Commit 09af10b9 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[foldermodel] LauncherFolderModel migrated.

parent 1dfe7223
...@@ -84,7 +84,7 @@ GridView { ...@@ -84,7 +84,7 @@ GridView {
} }
} }
model: LauncherModel { id: launcherModel } model: LauncherFolderModel { id: launcherModel }
delegate: LauncherItemDelegate { delegate: LauncherItemDelegate {
id: launcherItem id: launcherItem
......
...@@ -157,7 +157,7 @@ Item { ...@@ -157,7 +157,7 @@ Item {
Spinner { Spinner {
id: spinner id: spinner
anchors.centerIn: parent anchors.centerIn: parent
enabled: model.object.isLaunching enabled: (model.object.type === 0) ? model.object.isLaunching : false
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment