chore: remove version info

This commit is contained in:
rzmk 2025-04-22 10:46:25 -04:00
parent f776d7f293
commit 1463a3675b
No known key found for this signature in database
2 changed files with 2 additions and 7 deletions

View file

@ -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);
});