diff src/rcfile.c @ 2826:d0c6c5ae586b

Option to hide predefined keyword tree Selected on Preferences/General
author Colin Clark <colin.clark@cclark.uk>
date Sun, 26 Aug 2018 19:32:38 +0100
parents 5ed1842634a6
children 5d88a8dfa364
line wrap: on
line diff
--- a/src/rcfile.c	Sun Aug 26 19:14:39 2018 +0100
+++ b/src/rcfile.c	Sun Aug 26 19:32:38 2018 +0100
@@ -308,6 +308,7 @@
 	WRITE_NL(); WRITE_BOOL(*options, show_icon_names);
 	WRITE_NL(); WRITE_BOOL(*options, show_star_rating);
 	WRITE_NL(); WRITE_BOOL(*options, show_guidelines);
+	WRITE_NL(); WRITE_BOOL(*options, show_predefined_keyword_tree);
 	WRITE_SEPARATOR();
 
 	WRITE_NL(); WRITE_BOOL(*options, tree_descend_subdirs);
@@ -647,6 +648,7 @@
 		if (READ_BOOL(*options, show_icon_names)) continue;
 		if (READ_BOOL(*options, show_star_rating)) continue;
 		if (READ_BOOL(*options, show_guidelines)) continue;
+		if (READ_BOOL(*options, show_predefined_keyword_tree)) continue;
 
 		if (READ_BOOL(*options, tree_descend_subdirs)) continue;
 		if (READ_BOOL(*options, view_dir_list_single_click_enter)) continue;