fix(lspatch_updater): auto restart

This commit is contained in:
rhunk
2024-09-08 21:20:04 +02:00
parent ccc8000f4f
commit 6a22224d58

View File

@@ -73,6 +73,6 @@ object LSPatchUpdater {
context.longToast("SnapEnhance updated!") context.longToast("SnapEnhance updated!")
context.log.verbose("updated", TAG) context.log.verbose("updated", TAG)
context.forceCloseApp() context.softRestartApp()
} }
} }