Skip to content

Commit 526f1f4

Browse files
committed
bye bye
1 parent 0a5da0f commit 526f1f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/cosmetics.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,18 @@ <h2 class="title">MISCELLANEOUS</h2>
119119
{{ toggle_input("rainbow_ammo", "Rainbow Ammo", "Ammo will slowly change color overtime.") }}
120120
<div class="spacer"></div>
121121
<div class="form-check form-switch item-switch holiday" data-toggle="tooltip"
122-
title="Happy Holidays from the DK64 Randomizer dev team. Limited time option.">
122+
title="Happy Holidays from the DK64 Randomizer dev team. Limited time option." hidden>
123123
<input
124124
class="form-check-input"
125125
type="checkbox"
126126
role="switch"
127-
name="holiday_setting"
128-
id="holiday_setting"
127+
name="holiday_setting_offseason"
128+
id="holiday_setting_offseason"
129129
display_name="Holiday Mode"
130-
value="True" />
131-
<label class="form-check-label" for="holiday_setting">Spooky Mode</label>
130+
value="False" />
131+
<label class="form-check-label" for="holiday_setting_offseason">Spooky Mode</label>
132132
</div>
133-
<div class="spacer holiday"></div>
133+
<div class="spacer holiday" hidden></div>
134134
{#
135135
HANDLING HOLIDAY MODE:
136136
Supported Holiday Mode (Is currently a holiday season)

0 commit comments

Comments
 (0)