We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c20afd commit 0d9fc50Copy full SHA for 0d9fc50
src/app/pluginmanager/qgspluginmanager.cpp
@@ -1038,7 +1038,7 @@ void QgsPluginManager::setCurrentTab( int idx )
1038
{
1039
case PLUGMAN_TAB_ALL:
1040
// all (statuses ends with Z are for spacers to always sort properly)
1041
- acceptedStatuses << "installed" << "not installed" << "orphan" << "newer" << "upgradeable" << "not installedZ" << "installedZ" << "upgradeableZ" << "orphanZ" << "newerZZ" << "" ;
+ acceptedStatuses << "installed" << "not installed" << "new" << "orphan" << "newer" << "upgradeable" << "not installedZ" << "installedZ" << "upgradeableZ" << "orphanZ" << "newerZZ" << "" ;
1042
tabTitle = "all_plugins";
1043
break;
1044
case PLUGMAN_TAB_INSTALLED:
0 commit comments