diff options
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 2e1e48b..e7da4bd 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -14,6 +14,7 @@ Singleton { property alias notifs: adapter.notifs property alias osd: adapter.osd property alias session: adapter.session + property alias paths: adapter.paths FileView { path: `${Paths.config}/shell.json` @@ -31,6 +32,7 @@ Singleton { property JsonObject notifs: NotifsConfig {} property JsonObject osd: OsdConfig {} property JsonObject session: SessionConfig {} + property JsonObject paths: UserPaths {} } } } |