mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 13:28:50 +01:00
Fix #1943
This commit is contained in:
parent
d10adf1fd9
commit
cfd6eed159
@ -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 New Issue
Block a user