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

@ -322,7 +322,7 @@ void FurnaceGUI::drawUserPresets() {
nextWindow=GUI_WINDOW_NOTHING;
}
if (!userPresetsOpen) return;
if (ImGui::Begin("User Presets",&userPresetsOpen,globalWinFlags)) {
if (ImGui::Begin("User Systems",&userPresetsOpen,globalWinFlags)) {
FurnaceGUISysCategory* userCategory=NULL;
for (FurnaceGUISysCategory& i: sysCategories) {
if (strcmp(i.name,"User")==0) {