QOL: Change reset game to start new game
This commit is contained in:
@@ -763,9 +763,7 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
|
|||||||
MzansiInnovationHub.of(context)!.theme.mode ==
|
MzansiInnovationHub.of(context)!.theme.mode ==
|
||||||
"Dark"),
|
"Dark"),
|
||||||
),
|
),
|
||||||
label: board.isEmpty && squaresLeft < 0
|
label: "Start New Game",
|
||||||
? "Start Game"
|
|
||||||
: "Reset Game",
|
|
||||||
labelBackgroundColor: MihColors.getGreenColor(
|
labelBackgroundColor: MihColors.getGreenColor(
|
||||||
MzansiInnovationHub.of(context)!.theme.mode ==
|
MzansiInnovationHub.of(context)!.theme.mode ==
|
||||||
"Dark"),
|
"Dark"),
|
||||||
|
|||||||
Reference in New Issue
Block a user