소스 검색

Hide move option from favorite collection

Neeraj Gupta 3 년 전
부모
커밋
b67d3aaa1a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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",