mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix for .app packages in open dialogs in exported apps (#1959)
This commit is contained in:
@@ -63,8 +63,14 @@
|
||||
<string>true</string>
|
||||
<key>com.apple.hwaccel</key>
|
||||
<string>true</string>
|
||||
<!--
|
||||
As of 2.0.1, this was set to 'false', but not sure why.
|
||||
Now changed to 'true', otherwise it shows .app packages
|
||||
as folders when using selectInput() and others.
|
||||
https://github.com/processing/processing/issues/1959
|
||||
-->
|
||||
<key>apple.awt.use-file-dialog-packages</key>
|
||||
<string>false</string>
|
||||
<string>true</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user