mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
quicksettings/audio: Close action drawer when opening volume osd
Now that the action drawer no longer takes focus, we need to manually trigger the action drawer to close when opening the volume osd.
This commit is contained in:
parent
7245080b22
commit
24d3186834
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ QS.QuickSetting {
|
|||
settingsCommand: "plasma-open-settings kcm_pulseaudio"
|
||||
|
||||
function toggle() {
|
||||
MobileShellState.ShellDBusClient.showVolumeOSD()
|
||||
MobileShellState.ShellDBusClient.closeActionDrawer();
|
||||
MobileShellState.ShellDBusClient.showVolumeOSD();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue