Skip to content

Commit 0d9fc50

Browse files
committed
[Plugin Manager] Show all plugins in the All tab. Fixes #10334
1 parent 2c20afd commit 0d9fc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pluginmanager/qgspluginmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ void QgsPluginManager::setCurrentTab( int idx )
10381038
{
10391039
case PLUGMAN_TAB_ALL:
10401040
// 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" << "" ;
1041+
acceptedStatuses << "installed" << "not installed" << "new" << "orphan" << "newer" << "upgradeable" << "not installedZ" << "installedZ" << "upgradeableZ" << "orphanZ" << "newerZZ" << "" ;
10421042
tabTitle = "all_plugins";
10431043
break;
10441044
case PLUGMAN_TAB_INSTALLED:

0 commit comments

Comments
 (0)