mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
popupMenu: Close quick settings when activating settings action
Like the overview, the quick settings menu should be closed when a launcher action is activated. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2392>
This commit is contained in:
parent
7834372acb
commit
de989b1fe8
1 changed files with 1 additions and 0 deletions
|
|
@ -572,6 +572,7 @@ var PopupMenuBase = class extends Signals.EventEmitter {
|
|||
}
|
||||
|
||||
Main.overview.hide();
|
||||
Main.panel.closeQuickSettings();
|
||||
app.activate();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue