Skip to content

Commit

Permalink
Merge pull request #1242 from Nivaturimika/dmpopupopt
Browse files Browse the repository at this point in the history
Fix DiploMessage popup option not being properly registered...
  • Loading branch information
schombert authored Apr 7, 2024
2 parents 1e8173f + d08d6fb commit d413fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/gui_main_menu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ class controls_menu_window : public window_element_base {
return make_element_by_type<tooltip_mode_checkbox>(state, id);
} else if(name == "spoilers_checkbox") {
return make_element_by_type<spoilers_checkbox>(state, id);
} else if(name == "dm_popup_checkbox") {
return make_element_by_type<dm_popup_checkbox>(state, id);
} else if(name == "zoom_speed_scrollbar") {
return make_element_by_type<zoom_speed_scrollbar>(state, id);
} else if(name == "mouse_edge_scrolling_checkbox") {
Expand Down

0 comments on commit d413fdb

Please sign in to comment.