Skip to content

Commit

Permalink
Fixed CFW reset settings reset
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Dec 22, 2024
1 parent 8ec0ad9 commit c96e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/menus/arkMenu/src/settingsmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void SettingsMenu::control(Controller* pad){
changed = true;
}
}
else if (pad->square()) {
else if (pad->square() && this->name == "CFW Settings") {
pause();
resetSettings();
resume();
Expand Down

0 comments on commit c96e29f

Please sign in to comment.