Skip to content

Commit

Permalink
Update core/tauri/src/app.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
  • Loading branch information
amrbashir and lucasfernog authored Aug 4, 2023
1 parent e0282a3 commit 5203e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ macro_rules! shared_app_impl {
}

/// Runs necessary cleanup tasks before exiting the process.
/// **You sould always exit the process immediately after this function returns.**
/// **You should always exit the process immediately after this function returns.**
pub fn cleanup_before_exit(&self) {
#[cfg(desktop)]
self.manager.inner.tray_icons.lock().unwrap().clear()
Expand Down

0 comments on commit 5203e96

Please sign in to comment.