feat: add NotificationButton widget to bar to display notifications and work NotificationButton to a usable state

This commit is contained in:
Hannes
2026-08-27 21:50:50 +02:00
parent 3cd6807681
commit f2e8d8a144
6 changed files with 230 additions and 34 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ Variants {
MouseArea {
anchors.fill: parent
onClicked: {
console.log("clicked ???, closing Wallpaper Picker")
console.log("clicked Background, closing Wallpaper Picker")
wlogoutLoader.active = false
}
GridLayout {