summaryrefslogtreecommitdiff
path: root/modules/launcher/AppList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/AppList.qml')
-rw-r--r--modules/launcher/AppList.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml
index 2ede78e..9e10087 100644
--- a/modules/launcher/AppList.qml
+++ b/modules/launcher/AppList.qml
@@ -50,6 +50,11 @@ StyledListView {
return "apps";
}
+ onStateChanged: {
+ if (state === "scheme" || state === "variant")
+ Schemes.reload();
+ }
+
states: [
State {
name: "apps"