Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r7823da721f8041d6d39c37cd040e162ea9d35e7f -re8df7fe7fe6274c416f176369250b9581e07d2a5 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 7823da721f8041d6d39c37cd040e162ea9d35e7f) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision e8df7fe7fe6274c416f176369250b9581e07d2a5) @@ -41,7 +41,7 @@ //////////////////////////////////////////////////////////////////////////////// // FIXME: The model being used here is the QML FileListModel. // - // This model is so limited and not updated well. // + // This model is so limited and do not update well. // // This model definitely has to be replaced with a C++ one, // // like the other MVC classes we have. // //////////////////////////////////////////////////////////////////////////////// @@ -60,7 +60,7 @@ readonly property string typeLabelService : qsTr("Service" ) readonly property string typeLabelTreatment : qsTr("Treatment" ) - property bool isDevice : true //false // + property bool isDevice : false //true // 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"