--- usr/share/jolla-settings/pages/sailfishos/mainpage.qml +++ usr/share/jolla-settings/pages/sailfishos/mainpage.qml @@ -267,10 +284,7 @@ } } } else if (storeIf.mayInstall) { - // Let the UI smoothly fade out first before doing anything scary - shutdownBus.call("setShutdownMode", ["upgrade"]) - // Clear the cache and the system update notification - storeIf.clearOsUpdateCheckCache() + patchmanagerBus.call("unapplyAllPatches", [], unapplyAllCallback) } } }