Skip to content

Commit

Permalink
Fix DiploMessage popup option not being properly registered...
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizzie841 committed Apr 7, 2024
1 parent 2cee90e commit d08d6fb
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 d08d6fb

Please sign in to comment.