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 45fc00a commit c819d13Copy full SHA for c819d13
src/app/qgisapp.cpp
@@ -2343,6 +2343,11 @@ void QgisApp::refreshProfileMenu()
2343
userProfileManager()->loadUserProfile( name );
2344
} );
2345
}
2346
+
2347
+ if ( userProfileManager()->allProfiles().count() == 1 )
2348
+ {
2349
+ profileSection->setVisible( false );
2350
+ }
2351
2352
2353
void QgisApp::createProfileMenu()
0 commit comments