summaryrefslogtreecommitdiff
path: root/src/hooks
diff options
context:
space:
mode:
authorxXJsonDeruloXx <danielhimebauch@gmail.com>2026-08-01 15:15:05 -0400
committerxXJsonDeruloXx <danielhimebauch@gmail.com>2026-08-01 15:15:05 -0400
commit0b0a92b5568d474401bf3be50399b5e22284214b (patch)
tree503c3d011dd8cf2cc2dbea73c38d03f840e8ccb8 /src/hooks
parent63d758abe6318c5877e658c7a56282a7d90ede51 (diff)
downloaddecky-lsfg-vk-0b0a92b5568d474401bf3be50399b5e22284214b.tar.gz
decky-lsfg-vk-0b0a92b5568d474401bf3be50399b5e22284214b.zip
feat: migrate Flatpak integrations with native updates
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) {