mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +00:00
Fix #1943
This commit is contained in:
parent
d10adf1fd9
commit
cfd6eed159
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ extension StatusEditor {
|
|||
}
|
||||
.photosPicker(isPresented: $isPhotosPickerPresented,
|
||||
selection: $viewModel.mediaPickers,
|
||||
maxSelectionCount: 4,
|
||||
maxSelectionCount: currentInstance.instance?.configuration?.statuses.maxMediaAttachments ?? 4,
|
||||
matching: .any(of: [.images, .videos]),
|
||||
photoLibrary: .shared())
|
||||
.fileImporter(isPresented: $isFileImporterPresented,
|
||||
|
|
Loading…
Reference in a new issue