fix(mobile/web): album cover buttons consistency (#27213)

* fix(mobile/web): album cover buttons consistency

* test: adjust test
This commit is contained in:
Yaros
2026-03-24 03:40:17 +01:00
committed by GitHub
parent 94b15b8678
commit 4ddc288cd1
3 changed files with 10 additions and 11 deletions

View File

@@ -143,8 +143,7 @@ enum ActionButtonType {
!context.isInLockedView && //
context.currentAlbum != null,
ActionButtonType.setAlbumCover =>
context.isOwner && //
!context.isInLockedView && //
!context.isInLockedView && //
context.currentAlbum != null && //
context.selectedCount == 1,
ActionButtonType.unstack =>