Release v1.6.82

This commit is contained in:
Sucukdeluxe
2026-03-06 16:43:49 +01:00
parent 3cf1bc825e
commit e92cf59d86
6 changed files with 51 additions and 12 deletions
+1 -1
View File
@@ -1115,7 +1115,7 @@ export function App(): ReactElement {
if (!mountedRef.current) {
return;
}
if (install.started) { showToast("Updater gestartet - App wird geschlossen", 2600); return; }
if (install.started) { showToast("Stilles Update gestartet - App wird neu gestartet", 2600); return; }
setUpdateInstallProgress({
stage: "error",
percent: null,