diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-16 12:39:32 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-16 12:39:32 -0400 |
| commit | 4c6939b1938f044a7511f617406e35de463c1b35 (patch) | |
| tree | 9146b5ff01e697bcf5f39219158f165f6d18730f /src/hooks/useProfileManagement.ts | |
| parent | 149ecf2d8bf5eaacb2e71d7006d3b38f15b91104 (diff) | |
| download | decky-lsfg-vk-4c6939b1938f044a7511f617406e35de463c1b35.tar.gz decky-lsfg-vk-4c6939b1938f044a7511f617406e35de463c1b35.zip | |
fix styling of prof buttons
Diffstat (limited to 'src/hooks/useProfileManagement.ts')
| -rw-r--r-- | src/hooks/useProfileManagement.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hooks/useProfileManagement.ts b/src/hooks/useProfileManagement.ts index bb6cd6f..4b10f0e 100644 --- a/src/hooks/useProfileManagement.ts +++ b/src/hooks/useProfileManagement.ts @@ -156,10 +156,6 @@ export function useProfileManagement() { try { const result: ConfigUpdateResult = await updateProfileConfig(profileName, config); if (result.success) { - // Only show success toast if this is the current profile - if (profileName === currentProfile) { - showSuccessToast("Configuration updated", `Updated configuration for profile: ${profileName}`); - } return result; } else { console.error("Failed to update profile config:", result.error); |
