GUI: user presets, part 4

rename to User Systems
This commit is contained in:
tildearrow 2024-04-12 17:37:08 -05:00
parent f2753d6ceb
commit 809ba42ca6
2 changed files with 2 additions and 2 deletions

View file

@ -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))) {