diff --git a/Torch.Server/Views/Entities/VoxelMapView.xaml b/Torch.Server/Views/Entities/VoxelMapView.xaml index 3c0409b..46eea25 100644 --- a/Torch.Server/Views/Entities/VoxelMapView.xaml +++ b/Torch.Server/Views/Entities/VoxelMapView.xaml @@ -1,7 +1,7 @@  - - + + @@ -23,7 +23,7 @@ - + diff --git a/Torch.Server/Views/TorchUI.xaml.cs b/Torch.Server/Views/TorchUI.xaml.cs index 31f5c24..c7a210d 100644 --- a/Torch.Server/Views/TorchUI.xaml.cs +++ b/Torch.Server/Views/TorchUI.xaml.cs @@ -49,10 +49,10 @@ namespace Torch.Server PlayerList.BindServer(server); Plugins.BindServer(server); + LoadConfig((TorchConfig)server.Config); + Themes.uiSource = this; Themes.SetConfig(_config); - - LoadConfig((TorchConfig)server.Config); } private void AttachConsole() diff --git a/Torch/Views/PropertyGrid.xaml b/Torch/Views/PropertyGrid.xaml index 50893b8..273c84f 100644 --- a/Torch/Views/PropertyGrid.xaml +++ b/Torch/Views/PropertyGrid.xaml @@ -11,7 +11,7 @@ - +