GUI: enable settings panel in mobile view
This commit is contained in:
parent
2e0710caca
commit
15df2ed6bf
3 changed files with 8 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ void FurnaceGUI::drawMobileControls() {
|
|||
ImGui::SameLine();
|
||||
if (ImGui::Button("Settings")) {
|
||||
mobileMenuOpen=false;
|
||||
settingsOpen=true;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Log")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue