chore(exit): Progress on cleanup and exit

This commit is contained in:
quexeky
2025-01-16 17:51:30 +11:00
committed by quexeky
parent 968fcef456
commit 441914b7b8
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ pub fn run() {
app.webview_windows().get("main").unwrap().show().unwrap();
}
"quit" => {
cleanup_and_exit(app);
cleanup_and_exit(app, &state);
}
_ => {