mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Save default options to this.settings array
This commit is contained in:
parent
06e597edf8
commit
a5990657cf
@ -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]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user