aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/UI/Splash.xaml.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-25 17:08:27 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-25 17:08:27 -0400
commitee91096eb0134016410e094e9f0231f4780e536f (patch)
tree50f9fcf00b670ad87152d39d935413b18a6574d4 /MediaBrowser.Common/UI/Splash.xaml.cs
parentc124672636e0027ed557b6e24ce54c605312f65c (diff)
Added a method in BaseApplication to get the logo image
Diffstat (limited to 'MediaBrowser.Common/UI/Splash.xaml.cs')
-rw-r--r--MediaBrowser.Common/UI/Splash.xaml.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/UI/Splash.xaml.cs b/MediaBrowser.Common/UI/Splash.xaml.cs
index f66f9ec8f..edfacf016 100644
--- a/MediaBrowser.Common/UI/Splash.xaml.cs
+++ b/MediaBrowser.Common/UI/Splash.xaml.cs
@@ -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();
}
}
}