From 7716c73014a645d3742c24eaa7c7b1d54e081363 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 18 Sep 2022 14:49:32 -0400 Subject: fix plugin loading after install, move updater reloads to loader --- frontend/src/updater.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontend/src/updater.ts') 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(); } -- cgit v1.2.3