mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add hideCloseButton at onCheckpointFail popup
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
1f131b346e
commit
62a89a03ce
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ public class MainView extends InitializableView<StackPane, MainViewModel>
|
|||
public void onCheckpointFailed() {
|
||||
new Popup().attention(Res.get("dao.monitor.daoState.checkpoint.popup"))
|
||||
.useShutDownButton()
|
||||
.hideCloseButton()
|
||||
.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue