mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Default fsync to on only if supported
Just have the default depend on weather fsync is supported at all.
This commit is contained in:
parent
c8fef40b4f
commit
2a3803deda
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ class wine(Runner):
|
|||
"option": "fsync",
|
||||
"label": _("Enable Fsync"),
|
||||
"type": "extended_bool",
|
||||
"default": True,
|
||||
"default": is_fsync_supported(),
|
||||
"callback": fsync_support_callback,
|
||||
"callback_on": True,
|
||||
"active": True,
|
||||
|
|
Loading…
Reference in a new issue