chore: add alert after install

This commit is contained in:
rzmk 2025-04-22 11:36:59 -04:00
parent 60f9e106f9
commit c25b53c45a
No known key found for this signature in database

View file

@ -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"