mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
chore: make view similar photo button more discoverable (#23350)
This commit is contained in:
@@ -48,6 +48,7 @@ enum ActionButtonType {
|
|||||||
advancedInfo,
|
advancedInfo,
|
||||||
share,
|
share,
|
||||||
shareLink,
|
shareLink,
|
||||||
|
similarPhotos,
|
||||||
archive,
|
archive,
|
||||||
unarchive,
|
unarchive,
|
||||||
download,
|
download,
|
||||||
@@ -60,8 +61,7 @@ enum ActionButtonType {
|
|||||||
upload,
|
upload,
|
||||||
removeFromAlbum,
|
removeFromAlbum,
|
||||||
unstack,
|
unstack,
|
||||||
likeActivity,
|
likeActivity;
|
||||||
similarPhotos;
|
|
||||||
|
|
||||||
bool shouldShow(ActionButtonContext context) {
|
bool shouldShow(ActionButtonContext context) {
|
||||||
return switch (this) {
|
return switch (this) {
|
||||||
|
|||||||
Reference in New Issue
Block a user