diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-21 23:41:10 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-21 23:41:10 -0400 |
| commit | 805f714439e30122df20313f901e660c9a892dbb (patch) | |
| tree | d321b313306a675578967898a1770b06ffa8f229 /src | |
| parent | 4a6b8d3239e5ee904fa8ceead5cc2ce7707e70d6 (diff) | |
| download | decky-lsfg-vk-805f714439e30122df20313f901e660c9a892dbb.tar.gz decky-lsfg-vk-805f714439e30122df20313f901e660c9a892dbb.zip | |
fix: profile update config ref fix and simplify ui feedback message
Diffstat (limited to 'src')
| -rw-r--r-- | src/hooks/useInstallationActions.ts | 2 |
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 |
