GUI: enable settings panel in mobile view

This commit is contained in:
tildearrow 2022-11-07 17:05:16 -05:00
parent 2e0710caca
commit 15df2ed6bf
3 changed files with 8 additions and 0 deletions

View file

@ -242,6 +242,7 @@ void FurnaceGUI::drawMobileControls() {
ImGui::SameLine();
if (ImGui::Button("Settings")) {
mobileMenuOpen=false;
settingsOpen=true;
}
ImGui::SameLine();
if (ImGui::Button("Log")) {