mirror of
https://github.com/tribufu/ServerGridEditor
synced 2026-05-06 15:17:35 +00:00
Removed some of the old export png options.
This commit is contained in:
parent
ffea9dfb7e
commit
95e6096844
5 changed files with 9 additions and 42 deletions
|
|
@ -118,10 +118,6 @@ namespace AtlasGridDataLibrary
|
|||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate, NullValueHandling = NullValueHandling.Include)]
|
||||
public bool showIslandNames = true;
|
||||
|
||||
[DefaultValue(false)]
|
||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate, NullValueHandling = NullValueHandling.Include)]
|
||||
public bool exportPngs = false;
|
||||
|
||||
[DefaultValue(true)]
|
||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
|
||||
public bool showLines = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue