reset useless change

This commit is contained in:
Shidorien
2023-12-22 02:00:05 +01:00
parent 7dae25ce32
commit 33bab3ea0e
5 changed files with 2 additions and 8 deletions
-1
View File
@@ -21,7 +21,6 @@ export default function Launcher() {
useEffect(() => {
updaterService.isUpdateAvailable().then(available => {
if (!available) {
return windowService.openThenCloseAll("index.html");
}
setText("auto-update.downloading");