fix: syntax issues

This commit is contained in:
huzibaca
2024-12-31 04:50:12 +08:00
parent 1b2f1b6106
commit 7d84279370
5 changed files with 6 additions and 7 deletions

View File

@@ -135,7 +135,6 @@ pub fn run() {
tauri::RunEvent::ExitRequested { api, code, .. } => {
if code.is_none() {
api.prevent_exit();
return;
}
}
tauri::RunEvent::WindowEvent { label, event, .. } => {