From c25b53c45ab2402c7c9293b28182555fc71ad3b4 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:36:59 -0400 Subject: [PATCH] chore: add alert after install --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index fdba217..e37eca2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,6 +25,7 @@ function App() { invoke("run_path_update") .finally(() => { setLoading(false); + alert("Successfully installed qsv. Try opening a new terminal and run a qsv command!"); }); }} className="mx-auto w-full flex justify-center bg-blue-400"