userMenu: Make the user menu insensitive in the lock screen
And show a lock icon as well. https://bugzilla.gnome.org/show_bug.cgi?id=683156
This commit is contained in:
@ -36,6 +36,7 @@ const _modes = {
|
||||
hasRunDialog: false,
|
||||
hasWorkspaces: false,
|
||||
hasWindows: false,
|
||||
isLocked: true,
|
||||
components: ['networkAgent', 'polkitAgent', 'telepathyClient'],
|
||||
panel: {
|
||||
left: ['userMenu'],
|
||||
@ -68,6 +69,7 @@ const _modes = {
|
||||
hasWorkspaces: true,
|
||||
hasWindows: true,
|
||||
createUnlockDialog: Main.createSessionUnlockDialog,
|
||||
isLocked: false,
|
||||
components: ['networkAgent', 'polkitAgent', 'telepathyClient',
|
||||
'keyring', 'recorder', 'autorunManager', 'automountManager'],
|
||||
panel: {
|
||||
|
Reference in New Issue
Block a user