Snackbar の色を変更。ロゲ開始時のエラーを回避。
This commit is contained in:
@ -15,7 +15,7 @@ class GameStatusIndicator extends StatelessWidget {
|
||||
IconData iconData =
|
||||
gameStarted ? Icons.stop_circle : Icons.play_circle_filled;
|
||||
// Text to show based on the game status
|
||||
String text = gameStarted ? 'ゲーム開始' : 'ゲーム未開始';
|
||||
String text = gameStarted ? 'ゲーム中' : 'ゲーム前';
|
||||
|
||||
// Layout for minimized view
|
||||
if (minimized) {
|
||||
|
||||
Reference in New Issue
Block a user