util

Clone or download

update isShowPopup

Modified Files

--- '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.