From 805f714439e30122df20313f901e660c9a892dbb Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 21 Oct 2025 23:41:10 -0400 Subject: fix: profile update config ref fix and simplify ui feedback message --- src/hooks/useInstallationActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3