session: Remove the clock from initial setup mode

If you're in the initial setup mode you're not likely to have the
correct time displayed.
This commit is contained in:
Michael Wood 2013-04-25 11:51:06 +01:00
parent ca3107e21b
commit 96b76709e9

View File

@ -84,7 +84,7 @@ const _modes = {
components: ['networkAgent', 'keyring'],
panel: {
left: [],
center: ['dateMenu'],
center: [],
right: ['a11yGreeter', 'keyboard', 'volume', 'battery']
}
},