This commit is contained in:
Greg DiCristofaro 2023-10-19 15:15:21 -04:00
parent e4d240e6f0
commit ced30868fd

View File

@ -34,9 +34,8 @@ public class CentralRepositoryNotificationDialog {
* application is running with a GUI. * application is running with a GUI.
*/ */
public static boolean shouldDisplay() { public static boolean shouldDisplay() {
return //Version.getBuildType() == Version.Type.RELEASE return Version.getBuildType() == Version.Type.RELEASE
//&& && RuntimeProperties.runningWithGUI();
RuntimeProperties.runningWithGUI();
} }
/** /**