Skip to content

Commit

Permalink
Explain overlay comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Oct 28, 2023
1 parent 8f6ba13 commit f895480
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pluginlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 +=
// "<br><br>" + tr("This plugin is flagged as an overlay plugin. It contains
Expand Down

0 comments on commit f895480

Please sign in to comment.