From 88526b9e98a2481bdba5ccb1a9c0704213fea0fa Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 21 May 2026 23:43:27 +0200 Subject: [PATCH] show notif icon true by default --- Config/LockConf.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/LockConf.qml b/Config/LockConf.qml index 560218f..87a4f4e 100644 --- a/Config/LockConf.qml +++ b/Config/LockConf.qml @@ -6,7 +6,7 @@ JsonObject { property int maxFprintTries: 3 property bool recolorLogo: false property bool showNotifContent: false - property bool showNotifIcon: false + property bool showNotifIcon: true property Sizes sizes: Sizes { }