Skip to content

Commit

Permalink
fix: re: alert window close
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrach-tayo committed Mar 3, 2024
1 parent 2132a29 commit 5003666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub async fn open_alert_window(app: &AppHandle, title: String) -> Result<(), Str
// auth_window.show().unwrap();
// return Ok(());
// }
// auth_window.close().unwrap();
auth_window.close().unwrap();
// auth_window.
// TODO: emit event to do a reload and refresh the current event displayed
// TODO: keep record of the missed alert
Expand Down

0 comments on commit 5003666

Please sign in to comment.