Fix desktop sort mode
This commit is contained in:
parent
cad758b31f
commit
9cc0c4b752
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ Item {
|
||||||
id: dirModel
|
id: dirModel
|
||||||
url: desktopPath()
|
url: desktopPath()
|
||||||
isDesktop: true
|
isDesktop: true
|
||||||
|
sortMode: -1
|
||||||
viewAdapter: viewAdapter
|
viewAdapter: viewAdapter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue