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