Index: sources/gui/qml/components/ExportButton.qml =================================================================== diff -u -r5e0731af5ae5e11d3981e4d3065a886975fb7fc3 -r465a935949a85d3d1bebd11979737ff38ef96122 --- sources/gui/qml/components/ExportButton.qml (.../ExportButton.qml) (revision 5e0731af5ae5e11d3981e4d3065a886975fb7fc3) +++ sources/gui/qml/components/ExportButton.qml (.../ExportButton.qml) (revision 465a935949a85d3d1bebd11979737ff38ef96122) @@ -34,10 +34,4 @@ text: qsTr("Export") font.pixelSize: Fonts.fontPixelButton * (isSmall ? 0.75 : 1) } - - Connections { target: _GuiView - onDidUSBDriveUmount : _root.enabled = false - onDidUSBDriveRemove : _root.enabled = false - onDidUSBDriveMount : _root.enabled = true && ! disabled - } }