diff --git a/data/src/emulator.js b/data/src/emulator.js index 03544d0..f10a77c 100644 --- a/data/src/emulator.js +++ b/data/src/emulator.js @@ -4509,7 +4509,7 @@ class EmulatorJS { if (this.config.defaultOptions) { for (const k in this.config.defaultOptions) { - this.changeSettingOption(k, this.config.defaultOptions[k], true); + this.changeSettingOption(k, this.config.defaultOptions[k]); } } }