Update icon

This commit is contained in:
Hillel Coren 2020-12-20 14:10:44 +02:00
parent ebd00753e2
commit 01a8e3e652
1 changed files with 1 additions and 1 deletions

View File

@ -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),
), ),