--- a/discover/qml/UpdatesPage.qml +++ b/discover/qml/UpdatesPage.qml @@ -187,7 +187,7 @@ DiscoverPage CheckBox { id: rebootAtEnd - visible: resourcesUpdatesModel.needsReboot + visible: false text: i18n("Restart automatically after update has completed"); }