Added more themes and serialization of the latest theme
This commit is contained in:

committed by
John Gross

parent
67e663f023
commit
6c6ff18ec3
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user