chore: Adapt to new file picker API
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -100,7 +100,6 @@ const maxUploadSizeState = loadState('deck', 'maxUploadSize', -1)
|
||||
|
||||
const picker = getFilePickerBuilder(t('deck', 'File to share'))
|
||||
.setMultiSelect(false)
|
||||
.setModal(true)
|
||||
.setType(1)
|
||||
.allowDirectories()
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user