mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-19 00:29:25 +00:00
chore: add alert after install
This commit is contained in:
parent
60f9e106f9
commit
c25b53c45a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ function App() {
|
||||||
invoke("run_path_update")
|
invoke("run_path_update")
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
setLoading(false);
|
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"
|
className="mx-auto w-full flex justify-center bg-blue-400"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue