Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Jan 17, 2023
2 parents 1f87082 + 025ac20 commit 1ae5810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tauri/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ fn show_window(window: &Window) {
let _ = window.set_always_on_top(true);
let _ = window.set_always_on_top(false);
let _ = window.set_focus();
let _ = window.center();
}

fn _show_tab(app: &AppHandle, tab_url: &str) {
Expand Down

0 comments on commit 1ae5810

Please sign in to comment.