mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-02 02:00:18 -05:00
9 lines
307 B
XML
9 lines
307 B
XML
<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>
|