Most of these arnt even changes
This commit is contained in:

committed by
John Gross

parent
6c6ff18ec3
commit
18af85c4d7
@@ -11,8 +11,8 @@
|
|||||||
</UserControl.DataContext>
|
</UserControl.DataContext>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="*"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<Expander Grid.Row="0" Header="Attached Grids">
|
<Expander Grid.Row="0" Header="Attached Grids">
|
||||||
<ListView ItemsSource="{Binding AttachedGrids}" Margin="3">
|
<ListView ItemsSource="{Binding AttachedGrids}" Margin="3">
|
||||||
|
@@ -49,10 +49,10 @@ namespace Torch.Server
|
|||||||
PlayerList.BindServer(server);
|
PlayerList.BindServer(server);
|
||||||
Plugins.BindServer(server);
|
Plugins.BindServer(server);
|
||||||
|
|
||||||
|
LoadConfig((TorchConfig)server.Config);
|
||||||
|
|
||||||
Themes.uiSource = this;
|
Themes.uiSource = this;
|
||||||
Themes.SetConfig(_config);
|
Themes.SetConfig(_config);
|
||||||
|
|
||||||
LoadConfig((TorchConfig)server.Config);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AttachConsole()
|
private void AttachConsole()
|
||||||
|
Reference in New Issue
Block a user