QOL: Change reset game to start new game
This commit is contained in:
parent
ba46f38497
commit
70fc306789
1 changed files with 1 additions and 3 deletions
|
|
@ -763,9 +763,7 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
|
|||
MzansiInnovationHub.of(context)!.theme.mode ==
|
||||
"Dark"),
|
||||
),
|
||||
label: board.isEmpty && squaresLeft < 0
|
||||
? "Start Game"
|
||||
: "Reset Game",
|
||||
label: "Start New Game",
|
||||
labelBackgroundColor: MihColors.getGreenColor(
|
||||
MzansiInnovationHub.of(context)!.theme.mode ==
|
||||
"Dark"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue