Skip to content

Commit

Permalink
fix: misplaced danger zone
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Feb 12, 2024
1 parent c8bf0d2 commit cdbd7b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions smassh/ui/widgets/settings/settings_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ def compose(self) -> ComposeResult:

# First menu
menu = {
"danger zone": [
Setting(
"Reset Config",
{},
ResetConfig(),
info="This will delete your current config and reset it to default",
),
],
"behaviour": [
Setting(
" Min Speed",
Expand Down Expand Up @@ -234,6 +226,14 @@ def compose(self) -> ComposeResult:
+ "'0' means it will not be visible",
),
],
"danger zone": [
Setting(
"Reset Config",
{},
ResetConfig(),
info="This will delete your current config and reset it to default",
),
],
# "sound": [
# Setting(
# "Language",
Expand Down

0 comments on commit cdbd7b5

Please sign in to comment.