Enable experimental macro engine by default (#5234)

f5b1f913f9944e6ee1ef3bbbeb034bd0af808052

Wolfsblvt <wolfsblvt@gmail.com>

Signed
2 files changed, +2 -2Ignore whitespace
default/content/settings.json+1 -1
@@ -191,7 +191,7 @@
191191 "custom_stopping_strings_macro": true,
192192 "fuzzy_search": true,
193193 "encode_tags": false,
194194 "experimental_macro_engine": falsetrue,
195195 "enableLabMode": false,
196196 "enableZenSliders": false,
197197 "ui_mode": 1,
public/scripts/power-user.js+1 -1
@@ -308,7 +308,7 @@ export const power_user = {
308308 custom_stopping_strings_macro: true,
309309 fuzzy_search: false,
310310 encode_tags: false,
311311 experimental_macro_engine: falsetrue,
312312 servers: [],
313313 bogus_folders: false,
314314 zoomed_avatar_magnification: false,