GUI: user presets, part 4
rename to User Systems
This commit is contained in:
parent
f2753d6ceb
commit
809ba42ca6
2 changed files with 2 additions and 2 deletions
|
|
@ -4391,7 +4391,7 @@ bool FurnaceGUI::loop() {
|
|||
toggleMobileUI(!mobileUI);
|
||||
}
|
||||
#endif
|
||||
if (ImGui::MenuItem("manage presets...",BIND_FOR(GUI_ACTION_WINDOW_USER_PRESETS))) {
|
||||
if (ImGui::MenuItem("user systems...",BIND_FOR(GUI_ACTION_WINDOW_USER_PRESETS))) {
|
||||
userPresetsOpen=true;
|
||||
}
|
||||
if (ImGui::MenuItem("settings...",BIND_FOR(GUI_ACTION_WINDOW_SETTINGS))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue