فهرست منبع

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

Johan Ahlen 8 سال پیش
والد
کامیت
abd6970e34
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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')
 )