Merge pull request #456 from ente-io/change_upload_icon
update cloud backup icon
This commit is contained in:
commit
8aa745cbd6
1 changed files with 1 additions and 3 deletions
|
@ -268,9 +268,7 @@ class _OverlayWidgetState extends State<OverlayWidget> {
|
|||
if (widget.type == GalleryType.localFolder ||
|
||||
widget.type == GalleryType.localAll) {
|
||||
msg = "Upload";
|
||||
iconData = Platform.isAndroid
|
||||
? Icons.cloud_upload
|
||||
: CupertinoIcons.cloud_upload;
|
||||
iconData = Icons.cloud_upload_outlined;
|
||||
}
|
||||
actions.add(
|
||||
Tooltip(
|
||||
|
|
Loading…
Add table
Reference in a new issue