mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 21:02:18 +02:00
forgot a return that save everything
This commit is contained in:
parent
41f4cb7b57
commit
691d9b7a5c
@ -139,6 +139,7 @@ export function swap(config, settingNameTarget, keycode) {
|
||||
|
||||
config.custom[prev_key] = new_settingName;
|
||||
config.custom[new_key] = prev_settingName;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user