Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803 -rfe3f53cba411ccc253f7b86ac0f9f899d2cb0630 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision fe3f53cba411ccc253f7b86ac0f9f899d2cb0630) @@ -298,8 +298,9 @@ height : Variables.touchRectHeight radius : Variables.touchRectRadius border.width : Variables.borderWidth - enabled : _GuiView.usbIsReady && !_GuiView.exportRunning && ! isUpdatePanels - onClicked : doExport() + enabled : true + isCancelShown : _GuiView.usbIsReady && _GuiView.exportRunning && ! isUpdatePanels + onClicked : isCancelShown ? _GuiView.doCancelLogExport() : doExport() } } Column { id : _sdcFolderColumn