Skip to content

Commit

Permalink
Minor theme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niksedk committed Sep 4, 2023
1 parent 9312c07 commit 36819b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/Forms/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5784,7 +5784,8 @@ mediaPlayer.VideoPlayer is LibMpvDynamic libmpvCenterChannel &&
if (oldUseDarkTheme != Configuration.Settings.General.UseDarkTheme ||
oldUseDarkForeColor != Configuration.Settings.General.DarkThemeForeColor ||
oldUseDarkBackColor != Configuration.Settings.General.DarkThemeBackColor ||
oldDarkThemeShowListViewGridLines != Configuration.Settings.General.DarkThemeShowListViewGridLines)
oldDarkThemeShowListViewGridLines != Configuration.Settings.General.DarkThemeShowListViewGridLines ||
(oldUseDarkTheme && Configuration.Settings.General.UseDarkTheme && SubtitleListview1.BackColor == Color.White))
{
var darkThemeBackColor = Configuration.Settings.General.DarkThemeBackColor;
var darkThemeForeColor = Configuration.Settings.General.DarkThemeForeColor;
Expand Down

0 comments on commit 36819b7

Please sign in to comment.