fixed volume popup closing when changing a device + made notifications and volume fonts bolder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user