diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-13 07:47:06 -0400 |
|---|---|---|
| committer | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-13 07:47:06 -0400 |
| commit | b03471f869c29fc066fc02f7c59f76e3ac4eea4d (patch) | |
| tree | c6eb45fe25b8faf783fc16fcd9bfcd703addfd6e /src/hooks | |
| parent | 81feb03288166755545401b9df2ff2c9bc3ae7d7 (diff) | |
| download | decky-lsfg-vk-b03471f869c29fc066fc02f7c59f76e3ac4eea4d.tar.gz decky-lsfg-vk-b03471f869c29fc066fc02f7c59f76e3ac4eea4d.zip | |
fix: handle v1-v2 migration state cleanly
Diffstat (limited to 'src/hooks')
| -rw-r--r-- | src/hooks/useLsfgHooks.ts | 1 |
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?.(); |
