Added more themes and serialization of the latest theme

This commit is contained in:
sirhamsteralot
2018-03-15 23:26:47 +01:00
committed by John Gross
parent 67e663f023
commit 6c6ff18ec3
10 changed files with 156 additions and 2 deletions

View File

@@ -65,6 +65,9 @@ namespace Torch.Server
internal Point WindowSize { get; set; } = new Point(800, 600);
internal Point WindowPosition { get; set; } = new Point();
public string LastUsedTheme { get; set; } = "Torch Theme";
[XmlIgnore]
private string _path;