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 b3d0515 commit 41af40cCopy full SHA for 41af40c
src/app/pluginmanager/qgspluginmanager.cpp
@@ -1531,7 +1531,7 @@ void QgsPluginManager::updateWindowTitle()
1531
if ( curitem )
1532
{
1533
QString title = QString( "%1 | %2" ).arg( tr( "Plugins" ), curitem->text() );
1534
- if ( mOptionsListWidget->currentRow() < mOptionsListWidget->count() - 1 )
+ if ( mOptionsListWidget->currentRow() < mOptionsListWidget->count() - 1 && mModelPlugins )
1535
1536
// if it's not the Settings tab, add the plugin count
1537
title += QString( " (%3)" ).arg( mModelProxy->countWithCurrentStatus() );
0 commit comments