summaryrefslogtreecommitdiff
path: root/src/hooks
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 14:45:27 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 14:45:27 -0400
commit1e97e741ae89270801526234e3caaf5c7aacdca7 (patch)
tree7846986332a774ba706291bf0afc6eb321395c36 /src/hooks
parentd7115074060a3e9e682d511eae3c47a1c64042b8 (diff)
downloaddecky-lsfg-vk-1e97e741ae89270801526234e3caaf5c7aacdca7.tar.gz
decky-lsfg-vk-1e97e741ae89270801526234e3caaf5c7aacdca7.zip
fix: clean Flatpak state from uninstall API
Diffstat (limited to 'src/hooks')
-rw-r--r--src/hooks/useLsfgHooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/useLsfgHooks.ts b/src/hooks/useLsfgHooks.ts
index 16f8962..5a82b61 100644
--- a/src/hooks/useLsfgHooks.ts
+++ b/src/hooks/useLsfgHooks.ts
@@ -96,7 +96,7 @@ export function useInstallation(reloadConfig?: () => Promise<void>) {
return;
}
setIsInstalled(false);
- setInstallationStatus("lsfg-vk uninstalled successfully!");
+ setInstallationStatus("lsfg-vk and Flatpak support uninstalled successfully!");
await checkInstallation();
showUninstallSuccessToast();
} catch (error) {