remove manual file:// construction

This commit is contained in:
end-4
2025-08-18 21:35:01 +07:00
parent 89e726b5a2
commit 8124f688da
@@ -29,7 +29,7 @@ Singleton {
// Public API (FolderListModel driven) // Public API (FolderListModel driven)
function reload() { function reload() {
files.folder = `file://${root.searchDirs[0]}` files.folder = Qt.resolvedUrl(root.searchDirs[0])
} }
onSearchDirsChanged: reload() onSearchDirsChanged: reload()