add/remove icons in editor

This commit is contained in:
scawful
2024-07-14 11:06:13 -04:00
parent 4cfdbafd7c
commit 06f741aedb
5 changed files with 8 additions and 5 deletions

View File

@@ -313,7 +313,7 @@ void MasterEditor::ManageActiveEditors() {
}
}
if (ImGui::TabItemButton("+", ImGuiTabItemFlags_Trailing)) {
if (ImGui::TabItemButton(ICON_MD_ADD, ImGuiTabItemFlags_Trailing)) {
show_add_editor = true;
}