Prechádzať zdrojové kódy

[editor] Query builder should also be off at the API level defaults

Romain Rigaux 5 rokov pred
rodič
commit
a8a1d667cb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      desktop/libs/notebook/src/notebook/conf.py

+ 1 - 1
desktop/libs/notebook/src/notebook/conf.py

@@ -201,7 +201,7 @@ ENABLE_QUERY_BUILDER = Config(
   key="enable_query_builder",
   key="enable_query_builder",
   help=_t("Flag to enable the SQL query builder of the table assist."),
   help=_t("Flag to enable the SQL query builder of the table assist."),
   type=coerce_bool,
   type=coerce_bool,
-  default=True
+  default=False
 )
 )
 
 
 ENABLE_NOTEBOOK_2 = Config(
 ENABLE_NOTEBOOK_2 = Config(