diff --git a/lib/ui/gallery_app_bar_widget.dart b/lib/ui/gallery_app_bar_widget.dart index 7cc27d726..e82ac15c8 100644 --- a/lib/ui/gallery_app_bar_widget.dart +++ b/lib/ui/gallery_app_bar_widget.dart @@ -82,7 +82,8 @@ class _GalleryAppBarWidgetState extends State { _openSyncConfiguration(context); }, )); - } else if (widget.type == GalleryAppBarType.local_folder) { + } else if (widget.type == GalleryAppBarType.local_folder && + widget.title != "Favorites") { actions.add(IconButton( icon: Icon(Icons.person_add), onPressed: () {