GUI: fix arp macro hover

This commit is contained in:
tildearrow 2022-09-09 16:41:00 -05:00
parent 84b0ffbac3
commit d021005f26
7 changed files with 33 additions and 23 deletions

View file

@ -138,6 +138,10 @@ void FurnaceGUI::drawMobileControls() {
ImGui::EndTable();
}
if (ImGui::Button("Create Ins")) {
doAction(GUI_ACTION_INS_LIST_ADD);
}
ImGui::Text("Data list goes here...");
if (ImGui::Button("New")) {