We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ae33b58 commit 17aa88cCopy full SHA for 17aa88c
src/app/pluginmanager/qgspluginmanager.cpp
@@ -1572,7 +1572,7 @@ void QgsPluginManager::updateWindowTitle()
1572
if ( curitem )
1573
{
1574
QString title = QStringLiteral( "%1 | %2" ).arg( tr( "Plugins" ), curitem->text() );
1575
- if ( mOptionsListWidget->currentRow() < mOptionsListWidget->count() - 1 && mModelPlugins )
+ if ( mOptionsListWidget->currentRow() < mOptionsListWidget->count() - 2 && mModelPlugins )
1576
1577
// if it's not the Settings tab, add the plugin count
1578
title += QStringLiteral( " (%3)" ).arg( mModelProxy->countWithCurrentStatus() );
0 commit comments