diff --git a/Torch.Server/Views/TorchUI.xaml.cs b/Torch.Server/Views/TorchUI.xaml.cs index 88c97a0..e3a6212 100644 --- a/Torch.Server/Views/TorchUI.xaml.cs +++ b/Torch.Server/Views/TorchUI.xaml.cs @@ -68,6 +68,7 @@ namespace Torch.Server { var scrollViewer = FindDescendant(ConsoleText); scrollViewer.ScrollChanged += ConsoleText_OnScrollChanged; + TabControl.SelectedIndex = 3; } private void AttachConsole()