Skip to content

Commit

Permalink
default value false
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jan 16, 2025
1 parent eb4f10f commit 5873c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspgnewconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ QgsPgNewConnection::QgsPgNewConnection( QWidget *parent, const QString &connName
cb_geometryColumnsOnly->setChecked( settings.value( key + "/geometryColumnsOnly", true ).toBool() );
cb_dontResolveType->setChecked( settings.value( key + "/dontResolveType", false ).toBool() );
cb_allowGeometrylessTables->setChecked( settings.value( key + "/allowGeometrylessTables", false ).toBool() );
cb_showRasterOverviews->setChecked( settings.value( key + "/showRasterOverviews", true ).toBool() );
cb_showRasterOverviews->setChecked( settings.value( key + "/showRasterOverviews", false ).toBool() );
// Ensure that cb_publicSchemaOnly is set correctly
cb_geometryColumnsOnly_clicked();

Expand Down

0 comments on commit 5873c05

Please sign in to comment.