Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne authored Jan 2, 2025
1 parent ca95593 commit 8dce09b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Resources/qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -207,20 +207,11 @@ ApplicationWindow {
RadioButton {
id: retroButton
enabled: true
text: "Retr0 (100×100, 2000 mines)"
text: "Retr0 (50×32, 320 mines)"
ButtonGroup.group: difficultyGroup
checked: root.difficulty === 3
}

RadioButton {
id: debugButton
enabled: true
visible: true
text: "Debug (8×8, 1 mine)"
ButtonGroup.group: difficultyGroup
checked: root.difficulty === 4
}

Item {
Layout.preferredHeight: 5
}
Expand Down

0 comments on commit 8dce09b

Please sign in to comment.