Explorar el Código

Hide move option from favorite collection

Neeraj Gupta hace 3 años
padre
commit
b67d3aaa1a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lib/ui/gallery_app_bar_widget.dart

+ 2 - 1
lib/ui/gallery_app_bar_widget.dart

@@ -273,7 +273,8 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
       );
     }
     if (Configuration.instance.hasConfiguredAccount() &&
-        widget.type == GalleryAppBarType.owned_collection) {
+        widget.type == GalleryAppBarType.owned_collection &&
+        widget.collection.type != CollectionType.favorites) {
       actions.add(
         Tooltip(
           message: "move",