We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4451d commit 56186b6Copy full SHA for 56186b6
src/gui/editorwidgets/qgsexternalresourceconfigdlg.cpp
@@ -43,7 +43,7 @@ QgsExternalResourceConfigDlg::QgsExternalResourceConfigDlg( QgsVectorLayer *vl,
43
{
44
mStorageType->addItem( storage->displayName(), storage->type() );
45
}
46
-
+ mAuthSettingsProtocol->removeBasicSettings();
47
mExternalStorageGroupBox->setVisible( false );
48
49
initializeDataDefinedButton( mStorageUrlPropertyOverrideButton, QgsEditorWidgetWrapper::Property::StorageUrl );
0 commit comments