Remove pointless test, change the default theme and fix a small bug

This commit is contained in:
tidusjar 2016-05-24 19:18:48 +01:00
commit 1bbd62853e
3 changed files with 6 additions and 19 deletions

View file

@ -55,7 +55,7 @@ namespace PlexRequests.UI.Helpers
var settings = GetSettings();
if (string.IsNullOrEmpty(settings.ThemeName))
{
settings.ThemeName = Themes.OriginalTheme;
settings.ThemeName = Themes.PlexTheme;
}
sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/Themes/{settings.ThemeName}\" type=\"text/css\"/>");