Skip to content

Commit

Permalink
fix: turned off imgui demo window
Browse files Browse the repository at this point in the history
  • Loading branch information
klonyyy committed Dec 8, 2024
1 parent b9826a5 commit 018f3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Gui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Gui
~Gui();

private:
static constexpr bool showDemoWindow = true;
static constexpr bool showDemoWindow = false;

const std::map<DataHandlerBase::State, std::string> viewerStateMap{{DataHandlerBase::State::RUN, "RUNNING"}, {DataHandlerBase::State::STOP, "STOPPED"}};

Expand Down

0 comments on commit 018f3e7

Please sign in to comment.