Skip to content

Commit

Permalink
⬆️ [Cool]
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Oct 27, 2023
1 parent eef883b commit 69e210d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,15 +578,15 @@ void App::settings_menu()
{
if (ImGui::BeginMenu(Cool::icon_fmt("Settings", ICOMOON_COG, true).c_str()))
{
Cool::user_settings().imgui();

Cool::ImGuiExtras::separator_text("History");
_project.history.imgui_max_size(&Cool::ImGuiExtras::help_marker);
_project.history.imgui_max_saved_size(&Cool::ImGuiExtras::help_marker);

Cool::ImGuiExtras::separator_text("Color Theme");
Cool::user_settings().color_themes.imgui_theme_picker();

Cool::user_settings().imgui();

ImGui::EndMenu();
}
}
Expand Down

0 comments on commit 69e210d

Please sign in to comment.