diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 21:44:27 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 21:44:27 +1000 |
| commit | f263df3ccdc7eab6d3befe8f189715df3cf27b59 (patch) | |
| tree | 3d6c4b272937fcbda00e0848939b13c630ce20d0 /config/Config.qml | |
| parent | nix: add qt log rules to devshell (diff) | |
| download | caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.tar.gz caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.tar.bz2 caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.zip | |
internal: create service config
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml index f95e38f..2b8eff7 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -16,6 +16,7 @@ Singleton { property alias session: adapter.session property alias winfo: adapter.winfo property alias lock: adapter.lock + property alias services: adapter.services property alias paths: adapter.paths FileView { @@ -36,6 +37,7 @@ Singleton { property JsonObject session: SessionConfig {} property JsonObject winfo: WInfoConfig {} property JsonObject lock: LockConfig {} + property JsonObject services: ServiceConfig {} property JsonObject paths: UserPaths {} } } |