Enable experimental macro engine by default (#5234)
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
"custom_stopping_strings_macro": true,
|
||||
"fuzzy_search": true,
|
||||
"encode_tags": false,
|
||||
"experimental_macro_engine": false,
|
||||
"experimental_macro_engine": true,
|
||||
"enableLabMode": false,
|
||||
"enableZenSliders": false,
|
||||
"ui_mode": 1,
|
||||
|
||||
@@ -308,7 +308,7 @@ export const power_user = {
|
||||
custom_stopping_strings_macro: true,
|
||||
fuzzy_search: false,
|
||||
encode_tags: false,
|
||||
experimental_macro_engine: false,
|
||||
experimental_macro_engine: true,
|
||||
servers: [],
|
||||
bogus_folders: false,
|
||||
zoomed_avatar_magnification: false,
|
||||
|
||||
Reference in New Issue
Block a user