mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Enabled line breaks in schema removal by default
This commit is contained in:
@@ -228,7 +228,7 @@ QVariant PreferencesDialog::getSettingsDefaultValue(const QString& group, const
|
||||
|
||||
// db/hideschemalinebreaks?
|
||||
if(group == "db" && name == "hideschemalinebreaks")
|
||||
return false;
|
||||
return true;
|
||||
|
||||
// db/foreignkeys?
|
||||
if(group == "db" && name == "foreignkeys")
|
||||
|
||||
Reference in New Issue
Block a user