Skip to content

Commit

Permalink
Fix incomplete onboard message
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricityMachine committed Apr 20, 2024
1 parent d1ad606 commit 4af9834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def migrate_config():
print("Too slow? Increase your average_fps in config.toml. 40 can work well")
print("Script not working/dialog opens without anything happening? Decrease your average_fps")
print("Want to change keybinds or zone messages? It's all in the same file!")
print("Don't like the status indicator at the top? Same file, under ''")
print("Don't like the status indicator at the top? Same file, under 'enable_status_indicator'")
print("To hide this message, change 'onboard_msg' to false in config.toml")

if config["enable_status_indicator"]:
Expand Down

0 comments on commit 4af9834

Please sign in to comment.