mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Fix settings not being saved when removing a cheat (#672)
* save settings after removing a cheat * Commit from GitHub Actions (Minify Code) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8eb21a25fd
commit
4e8d11ece7
@ -4667,6 +4667,7 @@ class EmulatorJS {
|
||||
this.cheatChanged(false, code, getIndex(desc, code));
|
||||
this.cheats.splice(getIndex(desc, code), 1);
|
||||
row.remove();
|
||||
this.saveSettings();
|
||||
})
|
||||
|
||||
this.elements.cheatRows.appendChild(row);
|
||||
|
||||
2
data/emulator.min.js
vendored
2
data/emulator.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user