mobile button and... ugh
This commit is contained in:
parent
771cee405f
commit
0c16646b05
2 changed files with 9 additions and 1 deletions
|
|
@ -620,6 +620,10 @@ void FurnaceGUI::drawMobileControls() {
|
|||
mobileMenuPos=0.0f;
|
||||
aboutOpen=true;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(_("WelcPopup"))) {
|
||||
tutorial.protoWelcome=false;
|
||||
}
|
||||
if (ImGui::Button(_("Switch to Desktop Mode"))) {
|
||||
toggleMobileUI(!mobileUI);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue