Fix config not saving session settings
This commit is contained in:
@@ -72,6 +72,7 @@ namespace Torch.Server
|
||||
|
||||
private void BtnStart_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
_server.DedicatedInstance.SaveConfig();
|
||||
Task.Run(() => _server.Start());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user