diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2025-01-02 08:52:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 08:52:38 +0100 |
| commit | f8340e16201c214eef5327c4e810432e12b23805 (patch) | |
| tree | 88814d5d1d5d8413adc72e4e83990ed986e6a144 /src/settings.h | |
| parent | 110014bf5eb1df045790204836e8d0d44fcea1e2 (diff) | |
Highlight mods that contain selected files in data tab (#2179)
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index c4be0d7b..000f85c3 100644 --- a/src/settings.h +++ b/src/settings.h @@ -251,8 +251,8 @@ public: QColor modlistOverwritingArchive() const; void setModlistOverwritingArchive(const QColor& c); - QColor modlistContainsPlugin() const; - void setModlistContainsPlugin(const QColor& c); + QColor modlistContainsFile() const; + void setModlistContainsFile(const QColor& c); QColor pluginListContained() const; void setPluginListContained(const QColor& c); |
