Skip to content

Commit

Permalink
Move profiles to settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jul 29, 2017
1 parent ce92ff6 commit 45fc00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2349,7 +2349,7 @@ void QgisApp::createProfileMenu()
{
mConfigMenu = new QMenu();

menuBar()->addMenu( mConfigMenu );
settingsMenu()->insertMenu( settingsMenu()->actions().first(), mConfigMenu );

refreshProfileMenu();
}
Expand Down

0 comments on commit 45fc00a

Please sign in to comment.