feat: command executor (search bar) (#1029)

This commit is contained in:
Johann
2023-03-11 00:06:09 +01:00
committed by GitHub
parent acf240dc17
commit d9a761ef81
16 changed files with 250 additions and 73 deletions

View File

@ -29,5 +29,6 @@ namespace big
g_gui_service->get_selected()->func();
ImGui::PopStyleVar();
}
ImGui::End();
}
}