From 8d63cd41b6d521bf64b50c9a94482b77a3e83170 Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Sat, 20 Dec 2025 22:20:23 +0100 Subject: feat: add openExpanded notif config option (#993) If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text. --- config/NotifsConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/NotifsConfig.qml') 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 { -- cgit v1.2.3-freya