mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: iOS 17.0 target version for widget (#19308)
This commit is contained in:
parent
f9435a538b
commit
269bf4b344
2 changed files with 13 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue