diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-09 02:18:54 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-09 02:26:42 -0500 |
| commit | c92285bb20aa2ab01070294f1532cae03e63e7de (patch) | |
| tree | fe763ddbbca57382d9dad4bb8aff8fb74fc99ead /src/pluginlist.cpp | |
| parent | 16977b5159d2cabeb9b7be088c0a8a9d998710a1 (diff) | |
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 = |
