Update icon
This commit is contained in:
parent
ebd00753e2
commit
01a8e3e652
|
|
@ -1013,7 +1013,7 @@ void _showAbout(BuildContext context) async {
|
|||
? localization.updateApp
|
||||
: localization.forceUpdate)
|
||||
.toUpperCase(),
|
||||
iconData: MdiIcons.update,
|
||||
iconData: MdiIcons.cloudDownload,
|
||||
color: Colors.orange,
|
||||
onPressed: () => _showUpdate(context),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue