Browse Source

fixed log window

LukePulverenti 12 years ago
parent
commit
9ffb44244c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.ServerApplication/MainWindow.xaml.cs

+ 1 - 0
MediaBrowser.ServerApplication/MainWindow.xaml.cs

@@ -90,6 +90,7 @@ namespace MediaBrowser.ServerApplication
 
             UpdateButtons();
 
+            LoadLogWindow(null, EventArgs.Empty);
             _logManager.LoggerLoaded += LoadLogWindow;
             _configurationManager.ConfigurationUpdated += Instance_ConfigurationUpdated;
         }