mirror of
https://github.com/immich-app/immich.git
synced 2025-12-15 01:10:44 +03:00
fix: button condition rendering (#23400)
This commit is contained in:
@@ -127,7 +127,7 @@ enum ActionButtonType {
|
||||
context.currentAlbum!.isShared,
|
||||
ActionButtonType.similarPhotos =>
|
||||
!context.isInLockedView && //
|
||||
context.asset.hasRemote,
|
||||
context.asset is RemoteAsset,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user