From f8954806c3d8b3ff046730ec593638be4f1ce063 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Fri, 27 Oct 2023 20:53:53 -0500 Subject: Explain overlay comments --- src/pluginlist.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 83ecd70b..a2371866 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -1103,6 +1103,9 @@ void PluginList::generatePluginIndexes() .arg((numESLs) % 4096, 3, 16, QChar('0')) .toUpper(); ++numESLs; + // This logic may still be used if overlay plugins are fixed to longer consume a + // load order slot + // //} else if (overridePluginsSupported && m_ESPs[i].isOverlayFlagged) { // m_ESPs[i].index = QString("XX"); // ++numSkipped; @@ -1340,6 +1343,9 @@ QVariant PluginList::tooltipData(const QModelIndex& modelIndex) const .arg(type); } + // This logic may still be used if overlay plugins are fixed to longer consume a load + // order slot + // // if (esp.isOverlayFlagged) { // toolTip += // "

" + tr("This plugin is flagged as an overlay plugin. It contains -- cgit v1.3.1