We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888ef7c commit 69e2185Copy full SHA for 69e2185
src/app/qml/backend/FolderModel.qml
@@ -24,7 +24,7 @@ import com.ubuntu.PlacesModel 0.1
24
Object {
25
id: folderModel
26
27
- property string path: places.locationHome
+ property alias path: __model.path
28
property string title: pathTitle(path)
29
property string folder: pathName(path)
30
@@ -230,7 +230,6 @@ Object {
230
FolderListModel {
231
id: __model
232
233
- path: folderModel.path
234
enableExternalFSWatcher: true
235
236
// Properties to emulate a model entry for use by FileDetailsPopover
src/app/qml/main.qml
@@ -55,6 +55,8 @@ ApplicationWindow {
55
56
FolderModel {
57
58
+
59
+ path: places.locationHome
60
}
61
62
SettingsDialog {
0 commit comments