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