notification button

This commit is contained in:
Benjamin Palko 2025-07-24 14:02:11 -04:00
parent e964ee2337
commit 65b4762c90
5 changed files with 86 additions and 3 deletions

View file

@ -59,9 +59,9 @@ Scope {
anchors.verticalCenter: parent.verticalCenter
}
Tray {
anchors.verticalCenter: parent.verticalCenter
}
// Tray {
// anchors.verticalCenter: parent.verticalCenter
// }
}
Row {
@ -127,6 +127,10 @@ Scope {
Clock {
anchors.verticalCenter: parent.verticalCenter
}
Notifications {
anchors.verticalCenter: parent.verticalCenter
}
}
}
}