Save default options to this.settings array

This commit is contained in:
Ethan O'Brien 2025-02-21 11:03:53 -06:00 committed by GitHub
parent 06e597edf8
commit a5990657cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]);
}
}
}