mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
Style splash window
This commit is contained in:
@@ -19,9 +19,10 @@ namespace MediaBrowser.ServerApplication.Splash
|
||||
/// </summary>
|
||||
public partial class SplashWindow : Window
|
||||
{
|
||||
public SplashWindow()
|
||||
public SplashWindow(Version version)
|
||||
{
|
||||
InitializeComponent();
|
||||
lblStatus.Text = string.Format("Loading Media Browser Server\nVersion {0}...", version);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user