mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue