Skip to content

Commit 1b5faa8

Browse files
committed
Keep finished opened applications in the Applications view, by default.
1 parent 529a6d5 commit 1b5faa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/core/src/org/graalvm/visualvm/core/options/GlobalPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public final class GlobalPreferences implements PreferenceChangeListener {
6767
private final static int MONHOST_CACHE_DEFAULT = 60;
6868
private final static int MONDATA_CACHE_DEFAULT = 60;
6969

70-
private final static boolean APPS_OPENED_DEFAULT = true;
70+
private final static boolean APPS_OPENED_DEFAULT = false;
7171
private final static boolean APPS_SNAPSHOTS_DEFAULT = false;
7272

7373
private final static GlobalPreferences INSTANCE = new GlobalPreferences();

0 commit comments

Comments
 (0)