summaryrefslogtreecommitdiff
path: root/src/hooks/useInstallationActions.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-21 23:41:10 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-21 23:41:10 -0400
commit8897aba4506e03e6bc872ce70c98aa740afd151c (patch)
treed321b313306a675578967898a1770b06ffa8f229 /src/hooks/useInstallationActions.ts
parentd62bc5536674d66df9511f1848eeeb2dcfb0681f (diff)
downloaddecky-lsfg-vk-8897aba4506e03e6bc872ce70c98aa740afd151c.tar.gz
decky-lsfg-vk-8897aba4506e03e6bc872ce70c98aa740afd151c.zip
fix: profile update config ref fix and simplify ui feedback message
Diffstat (limited to 'src/hooks/useInstallationActions.ts')
-rw-r--r--src/hooks/useInstallationActions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/useInstallationActions.ts b/src/hooks/useInstallationActions.ts
index 18de6b5..f184145 100644
--- a/src/hooks/useInstallationActions.ts
+++ b/src/hooks/useInstallationActions.ts
@@ -23,7 +23,7 @@ export function useInstallationActions() {
const result = await installLsfgVk();
if (result.success) {
setIsInstalled(true);
- setInstallationStatus("lsfg-vk installed successfully!");
+ setInstallationStatus("lsfg-vk installed");
showInstallSuccessToast();
// Reload lsfg config after installation