瀏覽代碼

Show delete option for hidden bottom menu

Neeraj Gupta 2 年之前
父節點
當前提交
5f5cdabf37
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/models/gallery_type.dart

+ 1 - 1
lib/models/gallery_type.dart

@@ -53,8 +53,8 @@ extension GalleyTypeExtension on GalleryType {
       case GalleryType.homepage:
       case GalleryType.favorite:
       case GalleryType.archive:
-        return true;
       case GalleryType.hidden:
+        return true;
       case GalleryType.localFolder:
       case GalleryType.trash:
       case GalleryType.sharedCollection: