You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to ask if there is any chance to add option to be able set up size of the window and also make window resizable for "openDirectoryPicker" in desktop platform?
val settings =FileKitDialogSettings(
parentWindow = parentWindow,
)
val directory =FileKit.openDirectoryPicker(
title ="Select destination folder",
dialogSettings = settings
)
return directory?.takeIf { it.exists() }?.path
The latest version offers limited customization — currently, it's not possible to resize the window or change the size of the window. It would be great to have more configuration options. Is there any chance these features might be added in the future?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I would like to ask if there is any chance to add option to be able set up size of the window and also make window resizable for "openDirectoryPicker" in desktop platform?
The latest version offers limited customization — currently, it's not possible to resize the window or change the size of the window. It would be great to have more configuration options. Is there any chance these features might be added in the future?
All reactions