summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
commitfb650907a0b18fab4f996c2fdc110d2d091e4060 (patch)
treeab2ec5bb7f17fc36ea9ccc12bad451c43a1b7f9c /config/Config.qml
parentinternal: position slider handle correctly (diff)
downloadcaelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.gz
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.bz2
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.zip
internal: rename dcontent -> controlcenter
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Config.qml b/config/Config.qml
index ea7f3f4..a4a4a87 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -12,7 +12,7 @@ Singleton {
property alias bar: adapter.bar
property alias border: adapter.border
property alias dashboard: adapter.dashboard
- property alias dcontent: adapter.dcontent
+ property alias controlCenter: adapter.controlCenter
property alias launcher: adapter.launcher
property alias notifs: adapter.notifs
property alias osd: adapter.osd
@@ -36,7 +36,7 @@ Singleton {
property BarConfig bar: BarConfig {}
property BorderConfig border: BorderConfig {}
property DashboardConfig dashboard: DashboardConfig {}
- property DContentConfig dcontent: DContentConfig {}
+ property ControlCenterConfig controlCenter: ControlCenterConfig {}
property LauncherConfig launcher: LauncherConfig {}
property NotifsConfig notifs: NotifsConfig {}
property OsdConfig osd: OsdConfig {}