sessionMode: Add stylesheetName property
This will allow to visually differentiate modes by providing separate styling. https://bugzilla.gnome.org/show_bug.cgi?id=693219
This commit is contained in:
@ -15,6 +15,7 @@ const DEFAULT_MODE = 'restrictive';
|
||||
const _modes = {
|
||||
'restrictive': {
|
||||
parentMode: null,
|
||||
stylesheetName: 'gnome-shell.css',
|
||||
hasOverview: false,
|
||||
showCalendarEvents: false,
|
||||
allowSettings: false,
|
||||
|
Reference in New Issue
Block a user