mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 03:03:40 +01:00
Added initial implimentation of splash screen
Hid MainWindow Added Tray Icon
This commit is contained in:
parent
bf0c6ec182
commit
2321bb23d9
8
MediaBrowser.ServerApplication/SplashScreen.xaml
Normal file
8
MediaBrowser.ServerApplication/SplashScreen.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Window x:Class="MediaBrowser.ServerApplication.SplashScreen"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="SplashScreen" Height="300" Width="600">
|
||||
<Grid>
|
||||
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user