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 e0c761c commit 26f8be9Copy full SHA for 26f8be9
src/app/pluginmanager/qgspluginmanager.cpp
@@ -1354,8 +1354,8 @@ void QgsPluginManager::updateWindowTitle( )
1354
{
1355
// if it's not the Settings tab, add the plugin count
1356
title += QString( " (%3)" ).arg( mModelProxy->countWithCurrentStatus() );
1357
- setWindowTitle( title );
1358
}
+ setWindowTitle( title );
1359
1360
else
1361
0 commit comments