mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
remove manual file:// construction
This commit is contained in:
parent
89e726b5a2
commit
8124f688da
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Singleton {
|
|||
|
||||
// Public API (FolderListModel driven)
|
||||
function reload() {
|
||||
files.folder = `file://${root.searchDirs[0]}`
|
||||
files.folder = Qt.resolvedUrl(root.searchDirs[0])
|
||||
}
|
||||
onSearchDirsChanged: reload()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue