mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
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:
parent
c25649d865
commit
3c77928a6f
@ -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
2
laf
@ -1 +1 @@
|
||||
Subproject commit 63aa609864108d12dad979a2701c19bee58d4283
|
||||
Subproject commit ad742295fb92edaa9c51c7cf8c68fe1e7d550357
|
Loading…
Reference in New Issue
Block a user