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.
*/
public static boolean shouldDisplay() {
return //Version.getBuildType() == Version.Type.RELEASE
//&&
RuntimeProperties.runningWithGUI();
return Version.getBuildType() == Version.Type.RELEASE
&& RuntimeProperties.runningWithGUI();
}
/**