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