Add hideCloseButton at onCheckpointFail popup

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2024-06-28 19:49:37 +07:00
parent 1f131b346e
commit 62a89a03ce
No known key found for this signature in database
GPG Key ID: 02AA2BAE387C8307

View File

@ -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();
}