sessionMode: Remove initial-setup mode
Now that we have external session modes, we can simply make gnome-initial-setup bundle its own mode.
This commit is contained in:
parent
660b801775
commit
eab1ab0fac
@ -78,17 +78,6 @@ const _modes = {
|
||||
panelStyle: 'unlock-screen'
|
||||
},
|
||||
|
||||
'initial-setup': {
|
||||
hasWindows: true,
|
||||
isPrimary: true,
|
||||
components: ['networkAgent', 'keyring'],
|
||||
panel: {
|
||||
left: [],
|
||||
center: [],
|
||||
right: ['a11yGreeter', 'keyboard', 'volume', 'battery']
|
||||
}
|
||||
},
|
||||
|
||||
'user': {
|
||||
hasOverview: true,
|
||||
showCalendarEvents: true,
|
||||
|
Loading…
Reference in New Issue
Block a user