Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r552f811f7ba3b62ecbaa6eab9343b90e3f790c12 -r6c6f1f5d466badd9b4fd67be7c907234c342b2a2 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 552f811f7ba3b62ecbaa6eab9343b90e3f790c12) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 6c6f1f5d466badd9b4fd67be7c907234c342b2a2) @@ -37,7 +37,8 @@ /*! * \brief SettingsExportLogs is used to Export logs, and display the SD-Card and USB device informaiton and list of files. */ -SettingsBase { id: _root +SettingsBase { id: _root + itemIndex : SettingsStack.ExportLogs //////////////////////////////////////////////////////////////////////////////// // FIXME: The model being used here is the QML FileListModel. // @@ -80,7 +81,6 @@ readonly property var typeFilterClr : [] - itemIndex : SettingsStack.ExportLogs confirmVisible : false function refreshModels() {