icon: Replace game icon to table_simple_24_regular

This commit is contained in:
Calcitem 2021-07-20 00:53:29 +08:00
parent 5be602ec31
commit 3d65ddc1ab
No known key found for this signature in database
GPG Key ID: F2F7C29E054CFB80
1 changed files with 1 additions and 1 deletions

View File

@ -1429,7 +1429,7 @@ class _GamePageState extends State<GamePage>
// Replace with a Row for horizontal icon + text
children: <Widget>[
Icon(
FluentIcons.games_24_regular,
FluentIcons.table_simple_24_regular,
color: Color(Config.mainToolbarIconColor),
),
Text(S.of(context).game,