Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -re961fc7bcdeba8ffab9c96da20244b07405f8f99 -r6ea69a2a47988ea141091f6fffae5673f5937f62 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision e961fc7bcdeba8ffab9c96da20244b07405f8f99) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 6ea69a2a47988ea141091f6fffae5673f5937f62) @@ -60,7 +60,7 @@ readonly property string typeLabelService : qsTr("Service" ) readonly property string typeLabelTreatment : qsTr("Treatment" ) - property bool isDevice : true //false // + property bool isDevice : true //false // it has to be true to make it work on the devices. readonly property string typePathClr : "" readonly property string typePathSrc : isDevice ? "file:///media/sd-card" : "file:///home/denali/Desktop/sd-card" readonly property string typePathDst : isDevice ? "file:///media/usb" : "file:///home/denali/Desktop/usb-disk"