GUI: re-enable user presets option
This commit is contained in:
parent
8b43d5a488
commit
40f62aa13e
5 changed files with 27 additions and 5 deletions
|
|
@ -4391,11 +4391,9 @@ bool FurnaceGUI::loop() {
|
|||
toggleMobileUI(!mobileUI);
|
||||
}
|
||||
#endif
|
||||
/*
|
||||
if (ImGui::MenuItem("manage presets...",BIND_FOR(GUI_ACTION_WINDOW_USER_PRESETS))) {
|
||||
userPresetsOpen=true;
|
||||
}
|
||||
*/
|
||||
if (ImGui::MenuItem("settings...",BIND_FOR(GUI_ACTION_WINDOW_SETTINGS))) {
|
||||
syncSettings();
|
||||
settingsOpen=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue