Don't show network dialogs in the lock screen
Remove the network agent component from the lock screen and unlock dialog session modes. https://bugzilla.gnome.org/show_bug.cgi?id=684384
This commit is contained in:
parent
d0a77b7e0c
commit
0ff614ccd4
@ -50,7 +50,7 @@ const _modes = {
|
||||
isLocked: true,
|
||||
isGreeter: undefined,
|
||||
unlockDialog: undefined,
|
||||
components: ['networkAgent', 'polkitAgent', 'telepathyClient'],
|
||||
components: ['polkitAgent', 'telepathyClient'],
|
||||
panel: {
|
||||
left: ['userMenu'],
|
||||
center: [],
|
||||
@ -61,7 +61,7 @@ const _modes = {
|
||||
'unlock-dialog': {
|
||||
isLocked: true,
|
||||
unlockDialog: undefined,
|
||||
components: ['networkAgent', 'polkitAgent', 'telepathyClient'],
|
||||
components: ['polkitAgent', 'telepathyClient'],
|
||||
panel: {
|
||||
left: ['userMenu'],
|
||||
center: [],
|
||||
|
Loading…
Reference in New Issue
Block a user