diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 16:30:35 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 16:30:35 +0100 |
| commit | fbd7e777d76c2032d8c4df418e5550b14b9c2943 (patch) | |
| tree | fb066683c4641c7e80579a37416c93f4fcf01a49 /src/settings.h | |
| parent | f7647b985b791959ecdfc9896a77fa51ac784f85 (diff) | |
Add option to enable/disable displaying conflicts on collapsed separators.
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 9c3765c2..043b22a4 100644 --- a/src/settings.h +++ b/src/settings.h @@ -626,6 +626,11 @@ public: bool collapsibleSeparators() const; void setCollapsibleSeparators(bool b); + // whether to display mod conflicts on separators when collapsed + // + bool collapsibleSeparatorsConflicts() const; + void setCollapsibleSeparatorsConflicts(bool b); + // whether to show compact downloads // bool compactDownloads() const; |
