mirror of
https://github.com/immich-app/immich.git
synced 2025-11-07 23:33:04 -05:00
chore: make view similar photo button more discoverable (#23350)
This commit is contained in:
parent
217d719b0b
commit
1a2e7d06cb
@ -48,6 +48,7 @@ enum ActionButtonType {
|
||||
advancedInfo,
|
||||
share,
|
||||
shareLink,
|
||||
similarPhotos,
|
||||
archive,
|
||||
unarchive,
|
||||
download,
|
||||
@ -60,8 +61,7 @@ enum ActionButtonType {
|
||||
upload,
|
||||
removeFromAlbum,
|
||||
unstack,
|
||||
likeActivity,
|
||||
similarPhotos;
|
||||
likeActivity;
|
||||
|
||||
bool shouldShow(ActionButtonContext context) {
|
||||
return switch (this) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user