summaryrefslogtreecommitdiff
path: root/src/hooks
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-09-13 08:13:20 -0400
committerGitHub <noreply@github.com>2026-09-13 08:13:20 -0400
commitdaadf150e7c89a7725045f497328540959433082 (patch)
treec6eb45fe25b8faf783fc16fcd9bfcd703addfd6e /src/hooks
parente580c6bd60c92af36f92d4c29b5d9a44f73d47d7 (diff)
parentb03471f869c29fc066fc02f7c59f76e3ac4eea4d (diff)
downloaddecky-lsfg-vk-daadf150e7c89a7725045f497328540959433082.tar.gz
decky-lsfg-vk-daadf150e7c89a7725045f497328540959433082.zip
Merge pull request #265 from xXJSONDeruloXx/fix/v1-v2-migrate
fix: handle v1-v2 migration state cleanly
Diffstat (limited to 'src/hooks')
-rw-r--r--src/hooks/useLsfgHooks.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hooks/useLsfgHooks.ts b/src/hooks/useLsfgHooks.ts
index 0f51e90..2181272 100644
--- a/src/hooks/useLsfgHooks.ts
+++ b/src/hooks/useLsfgHooks.ts
@@ -63,7 +63,6 @@ export function useInstallation(
showInstallErrorToast(result.error ?? undefined);
return;
}
- setIsInstalled(true);
setInstallationStatus("lsfg-vk installed");
showInstallSuccessToast();
await reloadConfig?.();