diff options
Diffstat (limited to '')
| -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 25d8680..fa2db49 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -7,6 +7,7 @@ JsonObject { property int expandThreshold: 20 property bool actionOnClick: false property int groupPreviewNum: 3 + property bool openExpanded: false // Show the notifichation in expanded state when opening property Sizes sizes: Sizes {} component Sizes: JsonObject { |