Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 15, 2024
1 parent 1db779b commit b5555bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Debugger* Debugger_create() {
ImGuiIO& io = ImGui::GetIO();
(void)io;
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;

// Setup Dear ImGui style
ImGui::StyleColorsDark();
Expand Down

0 comments on commit b5555bf

Please sign in to comment.