Skip to content

Commit

Permalink
move "Show Use-Button Timer" back to "Widget Types" section
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Feb 17, 2025
1 parent fa0bf70 commit 934f072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mn_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1889,6 +1889,8 @@ static setup_menu_t stat_settings2[] = {
{"Show Command History", S_ONOFF | S_STRICT, H_X, M_SPC,
{"hud_command_history"}, .action = HU_ResetCommandHistory},

{"Show Use-Button Timer", S_ONOFF, H_X, M_SPC, {"hud_time_use"}},

MI_GAP,

{"Widget Appearance", S_SKIP | S_TITLE, H_X, M_SPC},
Expand All @@ -1899,8 +1901,6 @@ static setup_menu_t stat_settings2[] = {
{"Level Stats Format", S_CHOICE, H_X, M_SPC, {"hud_stats_format"},
.strings_id = str_stats_format},

{"Use-Button Timer", S_ONOFF, H_X, M_SPC, {"hud_time_use"}},

MI_END
};

Expand Down

0 comments on commit 934f072

Please # to comment.