mirror of
https://github.com/immich-app/immich
synced 2025-06-07 09:35:03 +00:00
dont show cast button if asset is remote and we are not casting
This commit is contained in:
parent
b828101bab
commit
a097369466
@ -213,7 +213,7 @@ class TopControlAppBar extends HookConsumerWidget {
|
||||
!asset.isTrashed &&
|
||||
!isInLockedView)
|
||||
buildAddToAlbumButton(),
|
||||
buildCastButton(),
|
||||
if (isCasting || asset.isRemote) buildCastButton(),
|
||||
if (asset.isTrashed) buildRestoreButton(),
|
||||
if (album != null && album.shared && !isInLockedView)
|
||||
buildActivitiesButton(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user