mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
remove manual file:// construction
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user