diff options
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 { |