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
@ -105,6 +105,8 @@ class AppMenu extends PopupMenu.PopupMenu {
|
||||
});
|
||||
});
|
||||
|
||||
this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
||||
this.addAction(_("Quit"), () => {
|
||||
this._app.request_quit();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user