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
What are you trying to do, and what do you expect to happen?
Trying to select multiple files in electron dialog is not possible
What happens instead?
showOpenDialogSync method not allowing for multiple file selection on mac properties: (properties.length && Blockbench.platform !== 'darwin') ? properties : undefined
I was able to work around that by changing the method for myself but it could be nice having a fix on the official build.
Cheers !
Model format in which the issue occurs
all formats
Blockbench variant
Website, PWA, Program
Blockbench version
4.9.0 beta 1 pre-release
Operating System
Mac arm
Installed Blockbench plugins
No response
The text was updated successfully, but these errors were encountered:
What are you trying to do, and what do you expect to happen?
Trying to select multiple files in electron dialog is not possible
What happens instead?
showOpenDialogSync method not allowing for multiple file selection on mac
properties: (properties.length && Blockbench.platform !== 'darwin') ? properties : undefined
I was able to work around that by changing the method for myself but it could be nice having a fix on the official build.
Cheers !
Model format in which the issue occurs
all formats
Blockbench variant
Website, PWA, Program
Blockbench version
4.9.0 beta 1 pre-release
Operating System
Mac arm
Installed Blockbench plugins
No response
The text was updated successfully, but these errors were encountered: