loginDialog: Remove "Session" subtitle heading
It doesn't really add any value at all. https://bugzilla.gnome.org/show_bug.cgi?id=707072
This commit is contained in:
parent
3ce97ccaa8
commit
0b79e9cc9e
@ -309,10 +309,6 @@ const SessionMenuButton = new Lang.Class({
|
||||
this._button.remove_style_pseudo_class('active');
|
||||
}));
|
||||
|
||||
let subtitle = new PopupMenu.PopupMenuItem(_("Session"), { style_class: 'popup-subtitle-menu-item',
|
||||
reactive: false });
|
||||
this._menu.addMenuItem(subtitle);
|
||||
|
||||
this._manager = new PopupMenu.PopupMenuManager({ actor: this._button });
|
||||
this._manager.addMenu(this._menu);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user