summaryrefslogtreecommitdiff
path: root/frontend/src/updater.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/updater.ts')
-rw-r--r--frontend/src/updater.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/src/updater.ts b/frontend/src/updater.ts
index ff9cb591..2c0b66fe 100644
--- a/frontend/src/updater.ts
+++ b/frontend/src/updater.ts
@@ -1,5 +1,3 @@
-import { sleep } from 'decky-frontend-lib';
-
export enum Branches {
Release,
Prerelease,
@@ -46,6 +44,4 @@ export async function callUpdaterMethod(methodName: string, args = {}) {
export async function finishUpdate() {
callUpdaterMethod('do_restart');
- await sleep(3000);
- location.reload();
}