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 8aba0ba commit 13caae4Copy full SHA for 13caae4
src/app/qgsoptions.cpp
@@ -454,8 +454,6 @@ void QgsOptions::saveOptions()
454
settings.setValue( "cache/directory", mCacheDirectory->text() );
455
settings.setValue( "cache/size", QVariant::fromValue( mCacheSize->value()*1024L ) );
456
457
- QgisApp::instance()->namUpdate();
458
-
459
//url to exclude from proxys
460
QString proxyExcludeString;
461
for ( int i = 0; i < mExcludeUrlListWidget->count(); ++i )
@@ -468,6 +466,8 @@ void QgsOptions::saveOptions()
468
466
}
469
467
settings.setValue( "proxy/proxyExcludedUrls", proxyExcludeString );
470
+ QgisApp::instance()->namUpdate();
+
471
//wms search url
472
settings.setValue( "/qgis/WMSSearchUrl", leWmsSearch->text() );
473
0 commit comments