fixed volume popup closing when changing a device + made notifications and volume fonts bolder

This commit is contained in:
SomeElse
2026-05-16 22:02:36 +00:00
parent 0c7b5188a8
commit c8343398f9
6 changed files with 88 additions and 52 deletions

View File

@@ -44,7 +44,7 @@ PanelWindow {
mask: popupOpen ? null : _noInput
Region { id: _noInput }
TapHandler { onTapped: popup.close() }
MouseArea { anchors.fill: parent; onClicked: popup.close() }
Item {
id: popupClip