mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
Style splash window
This commit is contained in:
@@ -176,7 +176,7 @@ namespace MediaBrowser.ServerApplication
|
||||
/// <returns>Task.</returns>
|
||||
public override async Task Init()
|
||||
{
|
||||
var win = new SplashWindow();
|
||||
var win = new SplashWindow(ApplicationVersion);
|
||||
|
||||
win.Show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user