From ddb85c03c370b481173a92b1a4e1560afdddc9b1 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Wed, 25 Mar 2020 12:17:28 -0500 Subject: [PATCH] endSessionDialog: apply updates by default Users can still uncheck the box to avoid applying updates, but by default we will encourage the user to update. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2427 --- js/ui/endSessionDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js index 42ae0d3f2..52192c73b 100644 --- a/js/ui/endSessionDialog.js +++ b/js/ui/endSessionDialog.js @@ -653,7 +653,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog { _setCheckBoxLabel(this._checkBox, dialogContent.checkBoxText || ''); this._checkBox.visible = dialogContent.checkBoxText && updatePrepared && updatesAllowed; - this._checkBox.checked = updatePrepared && updateTriggered; + this._checkBox.checked = this._checkBox.visible; // We show the warning either together with the checkbox, or when // updates have already been triggered, but the user doesn't have