diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-10-09 02:51:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-09 02:51:44 -0500 |
| commit | f8d02faf71a71eafcdb63111111eecf13b1fe6ea (patch) | |
| tree | fe763ddbbca57382d9dad4bb8aff8fb74fc99ead /src/pluginlist.cpp | |
| parent | 16977b5159d2cabeb9b7be088c0a8a9d998710a1 (diff) | |
| parent | c92285bb20aa2ab01070294f1532cae03e63e7de (diff) | |
Merge pull request #1901 from ModOrganizer2/translation_bump
Update translations and version
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 489e312b..07580c48 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -1094,7 +1094,7 @@ void PluginList::generatePluginIndexes() .toUpper(); ++numESLs; } else if (overridePluginsSupported && m_ESPs[i].isOverlayFlagged) { - m_ESPs[i].index = QString(""); + m_ESPs[i].index = QString("XX"); ++numSkipped; } else { m_ESPs[i].index = |
