1
0
Fork 0

Ensure launcher terraysync setting is used

Terrasync state is auto-saved, so we need to force the value each start,
to avoid a previous value getting used.
This commit is contained in:
James Turner 2018-06-13 10:52:35 +01:00
parent b2f90fbfa4
commit 29ec23e582

View file

@ -297,6 +297,10 @@ Item {
keywords: ["terrasync", "download", "scenery"]
option: "terrasync"
setting: "terrasync"
// ensure we pass --disable-terrasync when unchecked, because
// terrasync state is autosaved and hence can stick inside the sim
setIfDefault: true
},