Commit 7a992dd2 authored by DoinLakeFlyer's avatar DoinLakeFlyer

parent 842c80af
......@@ -38,7 +38,9 @@ Item {
onFolderChanged: _updateMobileShortPath()
function _updateMobileShortPath() {
_mobileShortPath = controller.fullFolderPathToShortMobilePath(folder);
if (ScreenTools.isMobile) {
_mobileShortPath = controller.fullFolderPathToShortMobilePath(folder);
}
}
function setupFileExtensions() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment