Skip to content

Commit

Permalink
Make auto hints default to off
Browse files Browse the repository at this point in the history
  • Loading branch information
wcolding committed May 31, 2024
1 parent 232f00d commit 0e1e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class OneLapMode(Toggle):
"""Races only require 1 lap to complete"""
display_name = "1-Lap Mode"

class AutoHintShop(DefaultOnToggle):
class AutoHintShop(Toggle):
"""Automatically hints shop items as they unlock"""
display_name = "Auto-Hint Shop"

Expand Down

0 comments on commit 0e1e853

Please sign in to comment.