mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 02:26:14 +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();
|
.unwrap();
|
||||||
} else {
|
} else {
|
||||||
main_window.show().unwrap();
|
main_window.show().unwrap();
|
||||||
|
main_window.set_focus().unwrap();
|
||||||
item_handle
|
item_handle
|
||||||
.set_title(format!("Hide {}", app_title()))
|
.set_title(format!("Hide {}", app_title()))
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user