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 529a6d5 commit 1b5faa8Copy full SHA for 1b5faa8
visualvm/core/src/org/graalvm/visualvm/core/options/GlobalPreferences.java
@@ -67,7 +67,7 @@ public final class GlobalPreferences implements PreferenceChangeListener {
67
private final static int MONHOST_CACHE_DEFAULT = 60;
68
private final static int MONDATA_CACHE_DEFAULT = 60;
69
70
- private final static boolean APPS_OPENED_DEFAULT = true;
+ private final static boolean APPS_OPENED_DEFAULT = false;
71
private final static boolean APPS_SNAPSHOTS_DEFAULT = false;
72
73
private final static GlobalPreferences INSTANCE = new GlobalPreferences();
0 commit comments