diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-08-01 16:12:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-01 16:12:05 -0400 |
| commit | e61d376237b56eee9383240bccd2dcbbd3a095a5 (patch) | |
| tree | 503c3d011dd8cf2cc2dbea73c38d03f840e8ccb8 /src/hooks/useInstallationActions.ts | |
| parent | eb51ec80231cf13accf8af156fa7a4283e2a2f88 (diff) | |
| parent | 0b0a92b5568d474401bf3be50399b5e22284214b (diff) | |
| download | decky-lsfg-vk-e61d376237b56eee9383240bccd2dcbbd3a095a5.tar.gz decky-lsfg-vk-e61d376237b56eee9383240bccd2dcbbd3a095a5.zip | |
Merge pull request #245 from xXJSONDeruloXx/bundle-v2-flatpak-auto-updatefeat/lsfg-v2-release
Diffstat (limited to 'src/hooks/useInstallationActions.ts')
| -rw-r--r-- | src/hooks/useInstallationActions.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hooks/useInstallationActions.ts b/src/hooks/useInstallationActions.ts index f184145..8a43257 100644 --- a/src/hooks/useInstallationActions.ts +++ b/src/hooks/useInstallationActions.ts @@ -23,8 +23,8 @@ export function useInstallationActions() { const result = await installLsfgVk(); if (result.success) { setIsInstalled(true); - setInstallationStatus("lsfg-vk installed"); - showInstallSuccessToast(); + setInstallationStatus(result.message || "lsfg-vk installed"); + showInstallSuccessToast(result.message); // Reload lsfg config after installation if (reloadConfig) { |
