QOL: Change reset game to start new game

This commit is contained in:
2025-11-03 11:30:46 +02:00
parent ba46f38497
commit 70fc306789

View File

@@ -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"),