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