Skip to content

Commit

Permalink
Fix #7030. Enable customization via command line
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Mar 17, 2013
1 parent f4ca9e9 commit 0108251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/main.cpp
Expand Up @@ -551,6 +551,7 @@ int main( int argc, char *argv[] )
if ( !customizationfile.isEmpty() )
{
customizationsettings = new QSettings( customizationfile, QSettings::IniFormat );
QgsCustomization::instance()->setEnabled(true);
}

// Load and set possible default customization, must be done afterQgsApplication init and QSettings ( QCoreApplication ) init
Expand Down

0 comments on commit 0108251

Please sign in to comment.