Fix desktop sort mode

This commit is contained in:
reionwong 2021-11-06 05:04:37 +08:00
parent cad758b31f
commit 9cc0c4b752

View file

@ -45,6 +45,7 @@ Item {
id: dirModel
url: desktopPath()
isDesktop: true
sortMode: -1
viewAdapter: viewAdapter
}