fix remaining PopupPanel refs in TrayMenu and Volume
This commit is contained in:
parent
585297ea2d
commit
bcaabd5120
2 changed files with 8 additions and 5 deletions
|
|
@ -220,11 +220,12 @@ M.BarSection {
|
|||
id: mixerLoader
|
||||
active: false
|
||||
|
||||
M.PopupPanel {
|
||||
M.HoverPanel {
|
||||
popupMode: true
|
||||
accentColor: root.accentColor
|
||||
screen: root.bar.screen
|
||||
anchorX: root.mapToGlobal(root.width / 2, 0).x - (root.bar.screen?.x ?? 0)
|
||||
panelWidth: 220
|
||||
contentWidth: 220
|
||||
onDismissed: mixerLoader.active = false
|
||||
|
||||
// Output devices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue