mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Revert to grave accents as default quoting
The former quoting is expected by the tests, so the former behaviour is restored as default, until a decision about the best default value is made.
This commit is contained in:
@@ -296,7 +296,7 @@ QVariant Settings::getDefaultValue(const QString& group, const QString& name)
|
||||
|
||||
// editor/identifier_quotes
|
||||
if(group == "editor" && name == "identifier_quotes")
|
||||
return 0; // sqlb::DoubleQuotes
|
||||
return 1; // sqlb::GraveAccents
|
||||
|
||||
// editor/auto_completion?
|
||||
if(group == "editor" && name == "auto_completion")
|
||||
|
||||
Reference in New Issue
Block a user