Skip to content

Commit

Permalink
Propagate custom menu class to all submenus
Browse files Browse the repository at this point in the history
  • Loading branch information
caligari87 committed Nov 16, 2020
1 parent d475607 commit db9876f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions menudef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ OptionMenu "DarkDoomZ_Settings" {
}

OptionMenu "DarkDoomZ_Advanced_Settings" {
Class "DarkDoomZ_OptionMenu"
Title "Advanced Settings"
StaticText " "

Expand All @@ -91,6 +92,7 @@ OptionMenu "DarkDoomZ_Advanced_Settings" {
}

OptionMenu "DarkDoomZ_Fog_Settings" {
Class "DarkDoomZ_OptionMenu"
Title "Fog Settings"
StaticText "-- OpenGL only --", "grey"
StaticText " "
Expand All @@ -100,6 +102,7 @@ OptionMenu "DarkDoomZ_Fog_Settings" {
}

OptionMenu "DarkDoomZ_Flashlight_Settings" {
Class "DarkDoomZ_OptionMenu"
Title "Flashlight Settings"
StaticText " "

Expand Down

0 comments on commit db9876f

Please sign in to comment.