diff --git a/Cool b/Cool index 0014dbf7..28ac7ad0 160000 --- a/Cool +++ b/Cool @@ -1 +1 @@ -Subproject commit 0014dbf77d41fa1e26a8c51a1521a0ef37a5b290 +Subproject commit 28ac7ad0b7ee7aa2058f9f1bcd0af8d7b1193f46 diff --git a/src/App.cpp b/src/App.cpp index 8321c757..d9765bef 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -578,8 +578,6 @@ 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); @@ -587,6 +585,8 @@ void App::settings_menu() Cool::ImGuiExtras::separator_text("Color Theme"); Cool::user_settings().color_themes.imgui_theme_picker(); + Cool::user_settings().imgui(); + ImGui::EndMenu(); } }