work on inventory
This commit is contained in:
parent
50d32abd49
commit
32781b1462
11 changed files with 240 additions and 146 deletions
|
|
@ -29,6 +29,7 @@ public class SavedSettings
|
|||
public double? WindowY { get; set; }
|
||||
public double? WindowWidth { get; set; }
|
||||
public double? WindowHeight { get; set; }
|
||||
public bool Headless { get; set; } = true;
|
||||
}
|
||||
|
||||
public class ConfigStore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue