Skip to content

Commit c596bbc

Browse files
author
jan
committed
fix #1668
1 parent aa51b34 commit c596bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.ui/src/io/sloeber/ui/helpers/MyPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public static String getLastUsedPort() {
272272
}
273273

274274
public static boolean getHideJson() {
275-
return getGlobalBoolean(KEY_HIDE_JSON_FILES, true);
275+
return getGlobalBoolean(KEY_HIDE_JSON_FILES, false);
276276
}
277277

278278
public static void setHideJson(boolean state) {

0 commit comments

Comments
 (0)