show notif icon true by default

This commit is contained in:
2026-05-21 23:43:27 +02:00
parent a0d56b965c
commit 88526b9e98
+1 -1
View File
@@ -6,7 +6,7 @@ JsonObject {
property int maxFprintTries: 3 property int maxFprintTries: 3
property bool recolorLogo: false property bool recolorLogo: false
property bool showNotifContent: false property bool showNotifContent: false
property bool showNotifIcon: false property bool showNotifIcon: true
property Sizes sizes: Sizes { property Sizes sizes: Sizes {
} }