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:
parent
b2f90fbfa4
commit
29ec23e582
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue