summaryrefslogtreecommitdiff
path: root/modules/osd
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-26 14:30:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-26 14:30:48 +1000
commit6880272c5b18acd063b47e1f04c03c1a78d08499 (patch)
tree1bbd62d03bfc3e78e985202b25cd61679f0fabf7 /modules/osd
parentpopouts: fix scan icon rotation (diff)
downloadcaelestia-shell-6880272c5b18acd063b47e1f04c03c1a78d08499.tar.gz
caelestia-shell-6880272c5b18acd063b47e1f04c03c1a78d08499.tar.bz2
caelestia-shell-6880272c5b18acd063b47e1f04c03c1a78d08499.zip
config: allow enable/disable panels
Closes #240
Diffstat (limited to 'modules/osd')
-rw-r--r--modules/osd/Wrapper.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml
index 2de4f87..e99bea6 100644
--- a/modules/osd/Wrapper.qml
+++ b/modules/osd/Wrapper.qml
@@ -15,7 +15,7 @@ Item {
states: State {
name: "visible"
- when: root.visibility
+ when: root.visibility && Config.osd.enabled
PropertyChanges {
root.implicitWidth: content.implicitWidth