Ver Fonte

Show delete option for hidden bottom menu

Neeraj Gupta há 2 anos atrás
pai
commit
5f5cdabf37
1 ficheiros alterados com 1 adições e 1 exclusões
  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: