Selaa lähdekoodia

HUE-5731 [editor] Enable the new autocomplete dropdown by default

Johan Ahlen 8 vuotta sitten
vanhempi
commit
abd6970
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      desktop/core/src/desktop/conf.py

+ 1 - 1
desktop/core/src/desktop/conf.py

@@ -1201,7 +1201,7 @@ DJANGO_EMAIL_BACKEND = Config(
 
 USE_NEW_AUTOCOMPLETER = Config( # This now refers to the new autocomplete dropdown
   key='use_new_autocompleter',
-  default=False,
+  default=True,
   type=coerce_bool,
   help=_('Enable the improved editor autocomplete dropdown')
 )