Skip to content

Commit

Permalink
cleanup: remove language from setting menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Jan 3, 2024
1 parent fadf885 commit d210554
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions termtyper/ui/widgets/settings/settings_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d210554

Please sign in to comment.