mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
Added taskbar icon and standardized locations of images
This commit is contained in:
parent
3c47375229
commit
e4b0eb5779
@@ -68,18 +68,5 @@ namespace MediaBrowser.Common.UI
|
||||
|
||||
Kernel.Dispose();
|
||||
}
|
||||
|
||||
public BitmapImage GetLogoImage()
|
||||
{
|
||||
BitmapImage bitmap = new BitmapImage();
|
||||
|
||||
bitmap.CacheOption = BitmapCacheOption.Default;
|
||||
|
||||
bitmap.BeginInit();
|
||||
bitmap.StreamSource = Assembly.GetExecutingAssembly().GetManifestResourceStream("MediaBrowser.Common.Resources.mblogo.png");
|
||||
bitmap.EndInit();
|
||||
|
||||
return bitmap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user