Commit 7a992dd2 authored by DoinLakeFlyer's avatar DoinLakeFlyer

Fix incorrect call

parent 842c80af
...@@ -38,8 +38,10 @@ Item { ...@@ -38,8 +38,10 @@ Item {
onFolderChanged: _updateMobileShortPath() onFolderChanged: _updateMobileShortPath()
function _updateMobileShortPath() { function _updateMobileShortPath() {
if (ScreenTools.isMobile) {
_mobileShortPath = controller.fullFolderPathToShortMobilePath(folder); _mobileShortPath = controller.fullFolderPathToShortMobilePath(folder);
} }
}
function setupFileExtensions() { function setupFileExtensions() {
if (fileExtension2 == "") { if (fileExtension2 == "") {
......
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