瀏覽代碼

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

Johan Ahlen 8 年之前
父節點
當前提交
abd6970
共有 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')
 )