mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Revert "modalDialog: Destroy dialogs on close"
This reverts commit 3dd6113a0a.
This commit is contained in:
parent
dc98711477
commit
007820b7c1
2 changed files with 2 additions and 8 deletions
|
|
@ -225,8 +225,7 @@ const EndSessionDialog = new Lang.Class({
|
|||
Extends: ModalDialog.ModalDialog,
|
||||
|
||||
_init: function() {
|
||||
this.parent({ styleClass: 'end-session-dialog',
|
||||
destroyOnClose: false });
|
||||
this.parent({ styleClass: 'end-session-dialog' });
|
||||
|
||||
this._user = AccountsService.UserManager.get_default().get_user(GLib.get_user_name());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue