summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorProject579 <star579avatar@gmail.com>2018-08-20 12:55:02 -0500
committerLostDragonist <lost.dragonist@gmail.com>2018-12-12 20:16:54 -0600
commit57178f898838afed6e7a50413899d6082aad9989 (patch)
treef4c7a00c5aa141225c2c2d6c4b6172761cd13b40 /src/settings.h
parent49159de5d7084bf1ac159e3e37e2b406cdd87dbf (diff)
Added button to disable Archives in Data Tree and entirely.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 912864e2..3694bfad 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -281,6 +281,11 @@ public:
void setMotDHash(uint hash);
/**
+ * @return true if the user wants to have archives being parsed to show conflicts and contents
+ */
+ bool archiveParsing() const;
+
+ /**
* @return hash of the last displayed message of the day
**/
uint getMotDHash() const;
@@ -514,6 +519,7 @@ private:
QCheckBox *m_forceEnableBox;
QCheckBox *m_displayForeignBox;
QCheckBox *m_lockGUIBox;
+ QCheckBox *m_enableArchiveParsingBox;
};
private slots: