per-group borders, workspace hover, battery notifications, richer network tooltip

This commit is contained in:
Damocles 2026-04-12 16:32:33 +02:00
parent b8ec39f2c9
commit 0eda2c71c9
7 changed files with 69 additions and 16 deletions

View file

@ -10,8 +10,7 @@ M.PopupPanel {
property var _currentHandle: handle
property var _handleStack: []
QsMenuOpener {
id: opener
property QsMenuOpener _opener: QsMenuOpener {
menu: menuWindow._currentHandle
}
@ -52,7 +51,7 @@ M.PopupPanel {
}
Repeater {
model: opener.children
model: menuWindow._opener.children
delegate: Item {
id: entryItem