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

@@ -50,6 +50,7 @@ namespace Torch.Server
Plugins.BindServer(server);
Themes.uiSource = this;
Themes.SetConfig(_config);
LoadConfig((TorchConfig)server.Config);
}