diff --git a/termtyper/ui/widgets/settings/settings_options.py b/termtyper/ui/widgets/settings/settings_options.py index 49e325f1..25c66ad2 100644 --- a/termtyper/ui/widgets/settings/settings_options.py +++ b/termtyper/ui/widgets/settings/settings_options.py @@ -124,12 +124,6 @@ def compose(self) -> ComposeResult: + "\n" + "Note: If your accuracy for a word falls below this accuracy you will be declared failed", ), - Setting( - "Language", - {}, - Option("language", options=["english", "french"]), - "Choose the language you want the words to be generated from !", - ), Setting( "Difficulty", { @@ -230,6 +224,12 @@ def compose(self) -> ComposeResult: + "'0' means it will not be visible", ), # Setting( + # "Language", + # {}, + # Option("language", options=["english", "french"]), + # "Choose the language you want the words to be generated from !", + # ), + # Setting( # "Keypress Sound", # { # "off": "Already have good switches? There will be no sound on keypress",