mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
parent
ddd857a7f9
commit
945ef24772
1 changed files with 4 additions and 0 deletions
|
@ -459,6 +459,10 @@ public abstract class Overlay<T extends Overlay> {
|
||||||
Window window = rootScene.getWindow();
|
Window window = rootScene.getWindow();
|
||||||
setModality();
|
setModality();
|
||||||
stage.initStyle(StageStyle.TRANSPARENT);
|
stage.initStyle(StageStyle.TRANSPARENT);
|
||||||
|
stage.setOnCloseRequest(event -> {
|
||||||
|
event.consume();
|
||||||
|
doClose();
|
||||||
|
});
|
||||||
stage.show();
|
stage.show();
|
||||||
|
|
||||||
layout();
|
layout();
|
||||||
|
|
Loading…
Add table
Reference in a new issue