summaryrefslogtreecommitdiff
path: root/lib/process_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/process_xml.h')
-rw-r--r--lib/process_xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/process_xml.h b/lib/process_xml.h
index 5abbfdc9..801deede 100644
--- a/lib/process_xml.h
+++ b/lib/process_xml.h
@@ -161,6 +161,7 @@ struct XmlGlobalSettings
#elif defined FFS_LINUX
textSearchRespectCase(true),
#endif
+ showIcons(true),
iconSize(ICON_SIZE_SMALL),
lastUpdateCheck(0)
{
@@ -209,6 +210,7 @@ struct XmlGlobalSettings
bool useRecyclerForManualDeletion;
bool textSearchRespectCase;
+ bool showIcons;
FileIconSize iconSize;
long lastUpdateCheck; //time of last update check
bgstack15