mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add hideCloseButton at onCheckpointFail popup
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
1f131b346e
commit
62a89a03ce
@ -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…
Reference in New Issue
Block a user