Prefer native file dialog by default (Windows & macOS mainly, #3615)

The native dialog for the Linux version is not yet ready.
This commit is contained in:
David Capello 2022-12-12 16:46:58 -03:00
parent c25649d865
commit 3c77928a6f
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@
<option id="new_render_engine" type="bool" default="true" />
<option id="new_blend" type="bool" default="true" />
<option id="use_native_clipboard" type="bool" default="true" />
<option id="use_native_file_dialog" type="bool" default="false" />
<option id="use_native_file_dialog" type="bool" default="true" />
<option id="use_shaders_for_color_selectors" type="bool" default="true" />
<option id="hue_with_sat_value_for_color_selector" type="bool" default="false" />
<option id="one_finger_as_mouse_movement" type="bool" default="true" />

2
laf

@ -1 +1 @@
Subproject commit 63aa609864108d12dad979a2701c19bee58d4283
Subproject commit ad742295fb92edaa9c51c7cf8c68fe1e7d550357