GUI: fix arp macro hover
This commit is contained in:
parent
84b0ffbac3
commit
d021005f26
7 changed files with 33 additions and 23 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue