1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix: iOS 17.0 target version for widget (#19308)

This commit is contained in:
Brandon Wees
2025-06-19 12:00:54 -05:00
committed by GitHub
parent f9435a538b
commit 269bf4b344
2 changed files with 13 additions and 7 deletions

View File

@ -43,7 +43,7 @@ struct RandomConfigurationAppIntent: WidgetConfigurationIntent {
"Choose an album to show images from"
}
@Parameter(title: "Album", default: NO_ALBUM)
@Parameter(title: "Album")
var album: Album?
@Parameter(title: "Show Album Name", default: false)