chore: code review updates

This commit is contained in:
bwees 2025-10-16 22:44:54 -05:00
parent ce2d3a30a5
commit 6d3e918a7b
No known key found for this signature in database
4 changed files with 18 additions and 25 deletions

View file

@ -49,3 +49,7 @@ const double kUploadStatusFailed = -1.0;
const double kUploadStatusCanceled = -2.0;
const int kMinMonthsToEnableScrubberSnap = 12;
const String kImmichAppStoreLink = "https://apps.apple.com/app/immich/id6449244941";
const String kImmichPlayStoreLink = "https://play.google.com/store/apps/details?id=app.alextran.immich";
const String kImmichLatestRelease = "https://github.com/immich-app/immich/releases/latest";