diff --git a/Torch.Server/Views/TorchUI.xaml.cs b/Torch.Server/Views/TorchUI.xaml.cs index 3f5ca63..b630fe2 100644 --- a/Torch.Server/Views/TorchUI.xaml.cs +++ b/Torch.Server/Views/TorchUI.xaml.cs @@ -52,6 +52,7 @@ namespace Torch.Server Themes.uiSource = this; Themes.SetConfig(_config); + Title = $"{_config.InstanceName} - Torch {server.TorchVersion}, SE {server.GameVersion}"; } private void AttachConsole()