summaryrefslogtreecommitdiff
path: root/modules/bar/Bar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/Bar.qml')
-rw-r--r--modules/bar/Bar.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml
index 09cebee..518b72b 100644
--- a/modules/bar/Bar.qml
+++ b/modules/bar/Bar.qml
@@ -143,6 +143,12 @@ ColumnLayout {
}
}
}
+ DelegateChoice {
+ roleValue: "idleInhibitor"
+ delegate: WrappedLoader {
+ sourceComponent: IdleInhibitor {}
+ }
+ }
}
}