From: Debayan Sutradhar Date: Tue, 08 Jun 2021 13:45:46 +0530 Subject: update isShowPopup --- update isShowPopup --- --- 'a/src/main/java/com/stream_pi/util/alert/StreamPiAlert.java' +++ b/src/main/java/com/stream_pi/util/alert/StreamPiAlert.java @@ -327,7 +327,7 @@ public class StreamPiAlert Platform.runLater(()-> stackPaneParent.getChildren().remove(popupNode)); } - private static boolean isShowPopup = false; + private static boolean isShowPopup = true; /** * Sets whether Alert will act as a popup when shown.