sessionMode: Reindent
This puts all the parameters at the same indent level, which makes the file much easier to read. https://bugzilla.gnome.org/show_bug.cgi?id=683156
This commit is contained in:
parent
f1ca96bbf0
commit
59e2710137
@ -9,7 +9,8 @@ const Params = imports.misc.params;
|
|||||||
const DEFAULT_MODE = 'user';
|
const DEFAULT_MODE = 'user';
|
||||||
|
|
||||||
const _modes = {
|
const _modes = {
|
||||||
'gdm': { hasOverview: false,
|
'gdm': {
|
||||||
|
hasOverview: false,
|
||||||
showCalendarEvents: false,
|
showCalendarEvents: false,
|
||||||
allowSettings: false,
|
allowSettings: false,
|
||||||
allowExtensions: false,
|
allowExtensions: false,
|
||||||
@ -45,7 +46,8 @@ const _modes = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
'initial-setup': { hasOverview: false,
|
'initial-setup': {
|
||||||
|
hasOverview: false,
|
||||||
showCalendarEvents: false,
|
showCalendarEvents: false,
|
||||||
allowSettings: false,
|
allowSettings: false,
|
||||||
allowExtensions: false,
|
allowExtensions: false,
|
||||||
@ -60,7 +62,8 @@ const _modes = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
'user': { hasOverview: true,
|
'user': {
|
||||||
|
hasOverview: true,
|
||||||
showCalendarEvents: true,
|
showCalendarEvents: true,
|
||||||
allowSettings: true,
|
allowSettings: true,
|
||||||
allowExtensions: true,
|
allowExtensions: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user