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