mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
Merge pull request #2806 from namanlp/fix-window-show-issue
Fix #2630: The Linux window show bug
This commit is contained in:
commit
94373436f8
@ -300,7 +300,7 @@ fn show_window(handle: &tauri::AppHandle) -> tauri::Result<()> {
|
||||
window.set_focus()?;
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
window.hide()?;
|
||||
window.show()?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user