diff options
| author | Project579 <star579avatar@gmail.com> | 2018-08-20 12:55:02 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-12 20:16:54 -0600 |
| commit | 57178f898838afed6e7a50413899d6082aad9989 (patch) | |
| tree | f4c7a00c5aa141225c2c2d6c4b6172761cd13b40 /src/mainwindow.h | |
| parent | 49159de5d7084bf1ac159e3e37e2b406cdd87dbf (diff) | |
Added button to disable Archives in Data Tree and entirely.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 69d08337..ad88c42c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -373,6 +373,8 @@ private: bool m_closing{ false };
+ bool m_showArchiveData{ true };
+
std::vector<std::pair<QString, QHeaderView*>> m_PersistedGeometry;
MOBase::DelayedFileWriter m_ArchiveListWriter;
@@ -600,6 +602,7 @@ private slots: // ui slots void on_btnRefreshDownloads_clicked();
void on_categoriesList_customContextMenuRequested(const QPoint &pos);
void on_conflictsCheckBox_toggled(bool checked);
+ void on_showArchiveDataCheckBox_toggled(bool checked);
void on_dataTree_customContextMenuRequested(const QPoint &pos);
void on_executablesListBox_currentIndexChanged(int index);
void on_modList_customContextMenuRequested(const QPoint &pos);
|
