diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-10-21 23:54:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 23:54:40 -0400 |
| commit | 4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc (patch) | |
| tree | 58db3626b3678546e5cb1c4de9bcfc627fde46c7 /src/hooks/useInstallationActions.ts | |
| parent | 0742fbac1c6c27af1e11aec6e5231d2dc70e78ff (diff) | |
| parent | 53ff3cf75dc903ff1cc82bce9d11e2eaf13f4d81 (diff) | |
| download | decky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.tar.gz decky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.zip | |
Merge pull request #190 from xXJSONDeruloXx/cleanup-misc
More cleanup
Diffstat (limited to 'src/hooks/useInstallationActions.ts')
| -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 |
