Set default tab to chat because of spookyness
This commit is contained in:
@@ -68,6 +68,7 @@ namespace Torch.Server
|
|||||||
{
|
{
|
||||||
var scrollViewer = FindDescendant<ScrollViewer>(ConsoleText);
|
var scrollViewer = FindDescendant<ScrollViewer>(ConsoleText);
|
||||||
scrollViewer.ScrollChanged += ConsoleText_OnScrollChanged;
|
scrollViewer.ScrollChanged += ConsoleText_OnScrollChanged;
|
||||||
|
TabControl.SelectedIndex = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AttachConsole()
|
private void AttachConsole()
|
||||||
|
Reference in New Issue
Block a user