mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Don't force close on checkpoint fail
This commit is contained in:
parent
1f7a244506
commit
398f173981
1 changed files with 0 additions and 1 deletions
|
@ -410,7 +410,6 @@ public class MainView extends InitializableView<StackPane, MainViewModel>
|
||||||
public void onCheckpointFail() {
|
public void onCheckpointFail() {
|
||||||
new Popup<>().attention(Res.get("dao.monitor.daoState.checkpoint.popup"))
|
new Popup<>().attention(Res.get("dao.monitor.daoState.checkpoint.popup"))
|
||||||
.useShutDownButton()
|
.useShutDownButton()
|
||||||
.hideCloseButton()
|
|
||||||
.show();
|
.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue