Enable experimental macro engine by default (#5234)

This commit is contained in:
Wolfsblvt
2026-03-03 16:18:45 +01:00
committed by GitHub
parent b5a1d227fd
commit f5b1f913f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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,