We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c5128 commit c63ce04Copy full SHA for c63ce04
org.zend.core.notifications/src/org/zend/core/notifications/NotificationManager.java
@@ -626,7 +626,7 @@ private static boolean shouldShow(String messageId) {
626
if (messageId != null) {
627
IEclipsePreferences prefs = InstanceScope.INSTANCE
628
.getNode(Activator.PLUGIN_ID);
629
- return prefs.getBoolean(messageId, false);
+ return prefs.getBoolean(messageId, true);
630
}
631
return true;
632
0 commit comments