From d2105545259417556417fe5dfc5c2fdcbf5b9753 Mon Sep 17 00:00:00 2001 From: kraanzu Date: Wed, 3 Jan 2024 08:02:18 +0530 Subject: [PATCH] cleanup: remove language from setting menu --- termtyper/ui/widgets/settings/settings_options.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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",