update deps and se version

This commit is contained in:
zznty
2024-05-15 20:07:32 +07:00
parent ab092125b0
commit bfa3604524
14 changed files with 592 additions and 4083 deletions

View File

@@ -65,7 +65,7 @@ namespace Torch.Server
Themes.uiSource = this;
Themes.SetConfig((TorchConfig) Config);
Title = $"{Config.InstanceName} - Torch {server.TorchVersion}, SE {server.GameVersion}";
Title = $"{server.InstanceName} - Torch {server.TorchVersion}, SE {server.GameVersion}";
}
private void OnLoaded(object sender, RoutedEventArgs e)