summarylogtreecommitdiffstats
path: root/disable_native_dialogs.patch
blob: 678740dd05b420cc390e7b38ac882034b1f324c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/build/shared/lib/defaults.txt
+++ b/build/shared/lib/defaults.txt
@@ -74,7 +74,7 @@
 recent.count = 10
 
 # Default to the native (AWT) file selector where possible
-chooser.files.native = true
+chooser.files.native = false
 # We were shutting this off on macOS because it broke Copy/Paste:
 # https://github.com/processing/processing/issues/1035
 # https://github.com/processing/processing4/issues/77