Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199 -rbdaea2a2d3e4828ecdf4b7e969a6b93ac4e2881d --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision bdaea2a2d3e4828ecdf4b7e969a6b93ac4e2881d) @@ -64,9 +64,9 @@ property bool isDevice : _GuiView.runOnDevice readonly property string typePathClr : "" readonly property string typePathPrefix : "file://" - readonly property string typePathTxr : typePathPrefix + (isDevice ? "/mnt/data/configurations" : "/home/denali/Desktop/sd-card" ) - readonly property string typePathSrc : typePathPrefix + (isDevice ? "/media/sd-card" : "/home/denali/Desktop/sd-card" ) - readonly property string typePathDst : typePathPrefix + (isDevice ? "/media/usb" : "/home/denali/Desktop/usb-disk") + readonly property string typePathTxr : typePathPrefix + (isDevice ? "/mnt/data/configurations" : "/home/leahi/Desktop/sd-card" ) + readonly property string typePathSrc : typePathPrefix + (isDevice ? "/media/sd-card" : "/home/leahi/Desktop/sd-card" ) + readonly property string typePathDst : typePathPrefix + (isDevice ? "/media/usb" : "/home/leahi/Desktop/usb-disk") readonly property string typeFolderApplication : "/log" readonly property string typeFolderService : "/service" readonly property string typeFolderTreatment : "/treatment"