diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:23:22 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:23:22 -0500 |
| commit | 7f4fce35f97f262c36e4c00dad55c1b078cf3758 (patch) | |
| tree | 5f737852d30176fc31bf64b0028d13350112d2ea /src/modlistsortproxy.h | |
| parent | 38d56ef8310674bc5a2f8b304ee17a6b7e1c5798 (diff) | |
fixed separators option being used even without filters
changed filter list to use tristate items without selection
Diffstat (limited to 'src/modlistsortproxy.h')
| -rw-r--r-- | src/modlistsortproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modlistsortproxy.h b/src/modlistsortproxy.h index 5aeaccce..9b533492 100644 --- a/src/modlistsortproxy.h +++ b/src/modlistsortproxy.h @@ -157,7 +157,8 @@ private: std::vector<Criteria> m_PreChangeCriteria;
- bool criteriaMatchesMod(ModInfo::Ptr info, bool enabled, const Criteria& c) const;
+ bool optionsMatchMod(ModInfo::Ptr info, bool enabled) const;
+ bool criteriaMatchMod(ModInfo::Ptr info, bool enabled, const Criteria& c) const;
bool categoryMatchesMod(ModInfo::Ptr info, bool enabled, int category) const;
bool contentMatchesMod(ModInfo::Ptr info, bool enabled, int content) const;
};
|
