revert additive hint
This commit is contained in:
parent
8192a8e0f6
commit
fdd9b598a7
10 changed files with 0 additions and 37 deletions
|
|
@ -106,12 +106,10 @@ void FurnaceGUI::drawOrderButtons() {
|
|||
buttonColumns++;
|
||||
}
|
||||
|
||||
pushAddColor();
|
||||
if (ImGui::Button(ICON_FA_PLUS)) { handleUnimportant
|
||||
// add order row (new)
|
||||
doAction(GUI_ACTION_ORDERS_ADD);
|
||||
}
|
||||
popAddColor();
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("Add new order");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue