summaryrefslogtreecommitdiff
path: root/src/hooks
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-08-01 16:12:05 -0400
committerGitHub <noreply@github.com>2026-08-01 16:12:05 -0400
commite61d376237b56eee9383240bccd2dcbbd3a095a5 (patch)
tree503c3d011dd8cf2cc2dbea73c38d03f840e8ccb8 /src/hooks
parenteb51ec80231cf13accf8af156fa7a4283e2a2f88 (diff)
parent0b0a92b5568d474401bf3be50399b5e22284214b (diff)
downloaddecky-lsfg-vk-feat/lsfg-v2-release.tar.gz
decky-lsfg-vk-feat/lsfg-v2-release.zip
Merge pull request #245 from xXJSONDeruloXx/bundle-v2-flatpak-auto-updatefeat/lsfg-v2-release
Diffstat (limited to 'src/hooks')
-rw-r--r--src/hooks/useInstallationActions.ts4
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) {