mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 10:02:26 +03:00
bring window to the front when show clicked
This commit is contained in:
parent
8f49f71c49
commit
b4433044f9
@ -349,6 +349,7 @@ fn main() {
|
||||
.unwrap();
|
||||
} else {
|
||||
main_window.show().unwrap();
|
||||
main_window.set_focus().unwrap();
|
||||
item_handle
|
||||
.set_title(format!("Hide {}", app_title()))
|
||||
.unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user