mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
appMenu: Add separator between "Details" and "Quit"
The two actions are sufficiently different to warrant their own groups. https://gitlab.gnome.org/GNOME/gnome-shell/issues/968
This commit is contained in:
parent
9090b7dc3d
commit
ffaca00594
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ class AppMenu extends PopupMenu.PopupMenu {
|
|||
});
|
||||
});
|
||||
|
||||
this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
||||
this.addAction(_("Quit"), () => {
|
||||
this._app.request_quit();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue