Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -rb012c6d1d980d4341faad8719dd33a0bed49b7f8 -rb27d866493d3289f3b40b97e9d8dca5dfb8a95d2 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision b012c6d1d980d4341faad8719dd33a0bed49b7f8) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision b27d866493d3289f3b40b97e9d8dca5dfb8a95d2) @@ -69,13 +69,6 @@ } } - property bool isUpdatePanels: false - function updatePanels (vIndex) { - isUpdatePanels = true - _GuiView.doExportListRemove() - isUpdatePanels = false - } - Connections { target: _GuiView function onDidExportStat ( vIndex, vFileName, vPercent ) { _sdcFolderView.positionViewAtIndex(vIndex, ListView.Center) } @@ -89,7 +82,7 @@ anchors.right : _root.right anchors.top : _root.top anchors.margins : Variables.headerButtonsMargin - enabled : _GuiView.usbIsReady && !_GuiView.exportRunning && ! isUpdatePanels + enabled : _GuiView.usbIsReady && !_GuiView.exportRunning } Row { id : _contentRect @@ -132,7 +125,7 @@ _GuiView.doExportListRemove() //DEBUG console.log(">>>Index " + currentIndex) } - enabled : ! _GuiView.exportRunning && ! isUpdatePanels + enabled : ! _GuiView.exportRunning currentIndex : 0 displayText : currentText font.pixelSize : Fonts.fontPixelTextRectExtra @@ -242,7 +235,7 @@ height : Variables.touchRectHeight radius : Variables.touchRectRadius border.width : Variables.borderWidth - enabled : _GuiView.usbIsReady && !_GuiView.exportRunning && ! isUpdatePanels + enabled : _GuiView.usbIsReady && !_GuiView.exportRunning onClicked : doExport() } } @@ -272,7 +265,7 @@ } ListView { id : _sdcFolderView - enabled : !_GuiView.exportRunning && ! isUpdatePanels + enabled : !_GuiView.exportRunning clip : true anchors.fill : parent anchors.margins : 10