mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-08-04 17:28:21 +00:00
chore: allow archived asset
This commit is contained in:
@@ -140,7 +140,7 @@ enum ActionButtonType {
|
||||
context.isOwner && //
|
||||
!context.isInLockedView && //
|
||||
context.isStacked,
|
||||
ActionButtonType.openInBrowser => context.asset.hasRemote && !context.isInLockedView && !context.isArchived,
|
||||
ActionButtonType.openInBrowser => context.asset.hasRemote && !context.isInLockedView,
|
||||
ActionButtonType.likeActivity =>
|
||||
!context.isInLockedView &&
|
||||
context.currentAlbum != null &&
|
||||
|
||||
Reference in New Issue
Block a user