chore: make view similar photo button more discoverable (#23350)

pull/22937/head
Alex 2025-10-29 10:38:50 +07:00 committed by GitHub
parent 217d719b0b
commit 1a2e7d06cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

@ -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) {