From 01a8e3e6524cb02f50d6519849f077ca6a5d4f39 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 20 Dec 2020 14:10:44 +0200 Subject: [PATCH] Update icon --- lib/ui/app/menu_drawer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index ce5c18cac..9575c12bb 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -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), ),