diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 21:39:29 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 21:39:29 +1000 |
| commit | 202d502d2daaf18779842abe7020e400de769cea (patch) | |
| tree | ecee546961540b690ae9c4bc9bc678b5c77bb8ab /config | |
| parent | lock/fetch: shell -> uptime + no qsTr (diff) | |
| download | caelestia-shell-202d502d2daaf18779842abe7020e400de769cea.tar.gz caelestia-shell-202d502d2daaf18779842abe7020e400de769cea.tar.bz2 caelestia-shell-202d502d2daaf18779842abe7020e400de769cea.zip | |
lock: add notifs
Diffstat (limited to 'config')
| -rw-r--r-- | config/NotifsConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml index abf640b..25d8680 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -6,6 +6,7 @@ JsonObject { property real clearThreshold: 0.3 property int expandThreshold: 20 property bool actionOnClick: false + property int groupPreviewNum: 3 property Sizes sizes: Sizes {} component Sizes: JsonObject { |