sessionMode: Add hasAppMenu property
Add a sessionMode.hasAppMenu property, which determines whether the top bar should contain a menu for the active application or not. https://bugzilla.gnome.org/show_bug.cgi?id=676156
This commit is contained in:
@ -9,9 +9,11 @@ const DEFAULT_MODE = 'user';
|
||||
|
||||
const _modes = {
|
||||
'gdm': { hasOverview: false,
|
||||
hasAppMenu: false,
|
||||
sessionType: Shell.SessionType.GDM },
|
||||
|
||||
'user': { hasOverview: true,
|
||||
hasAppMenu: true,
|
||||
sessionType: Shell.SessionType.USER }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user