fix: Re-enable WebAssembly (WASM) by default - https://gitlab.com/ironfox-oss/IronFox/-/issues/82

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity
2025-04-27 23:59:35 -04:00
parent e128eecbec
commit 174a893fb4

View File

@@ -109,7 +109,7 @@ index ef1dcb4e6e..46c63052f7 100644
+
+ <SwitchPreference
+ android:icon="@drawable/mozac_ic_lock_24"
+ android:defaultValue="false"
+ android:defaultValue="true"
+ android:key="@string/pref_key_wasm_enabled"
+ android:title="@string/preference_wasm_enabled"
+ app:iconSpaceReserved="false" />