toggle to show notif icon on lockscreen

This commit is contained in:
2026-05-21 23:29:49 +02:00
parent 2342edcf66
commit a0d56b965c
5 changed files with 19 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ CustomRect {
fillMode: Image.PreserveAspectCrop
height: Config.notifs.sizes.image
source: Qt.resolvedUrl(root.image)
visible: Config.lock.showNotifIcon
width: Config.notifs.sizes.image
}
}