mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
unminimize existing app window when second instance is launched
This commit is contained in:
parent
646b8b0e65
commit
5a0df265bc
1 changed files with 1 additions and 0 deletions
|
@ -923,6 +923,7 @@ public class AppServices {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(openWindow instanceof Stage) {
|
if(openWindow instanceof Stage) {
|
||||||
|
((Stage)openWindow).setIconified(false);
|
||||||
((Stage)openWindow).setAlwaysOnTop(true);
|
((Stage)openWindow).setAlwaysOnTop(true);
|
||||||
((Stage)openWindow).setAlwaysOnTop(false);
|
((Stage)openWindow).setAlwaysOnTop(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue