diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/Config.qml | 4 | ||||
| -rw-r--r-- | config/ControlCenterConfig.qml (renamed from config/DContentConfig.qml) | 0 |
2 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 {} diff --git a/config/DContentConfig.qml b/config/ControlCenterConfig.qml index 13afbd2..13afbd2 100644 --- a/config/DContentConfig.qml +++ b/config/ControlCenterConfig.qml |