mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-27 19:47:00 +00:00
chore: remove version info
This commit is contained in:
parent
f776d7f293
commit
1463a3675b
2 changed files with 2 additions and 7 deletions
|
|
@ -23,10 +23,6 @@ function App() {
|
|||
onClick={() => {
|
||||
setLoading(true);
|
||||
invoke("run_path_update")
|
||||
.then((message) => {
|
||||
setLoading(false);
|
||||
alert("Successfully installed qsv. Try opening a new terminal and run a qsv command! Version info: " + message);
|
||||
})
|
||||
.finally(() => {
|
||||
setLoading(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue