mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-11 00:32:52 +01:00
Added a method in BaseApplication to get the logo image
This commit is contained in:
parent
c124672636
commit
ee91096eb0
@@ -35,6 +35,8 @@ namespace MediaBrowser.Common.UI
|
||||
{
|
||||
// Setting this in markup throws an exception at runtime
|
||||
ShowTitleBar = false;
|
||||
|
||||
imgLogo.Source = (Application.Current as BaseApplication).GetLogoImage();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user