Skip to content

Commit

Permalink
Merge pull request #4568 from ShiinaRinne/theme
Browse files Browse the repository at this point in the history
fix: 当关闭"是否跟随系统主题"时,无法应用"暗黑模式"的设置
  • Loading branch information
2dust authored Jan 3, 2024
2 parents ee416b1 + 18ce2f7 commit c3de6f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v2rayN/v2rayN/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,10 @@ private void BindingUI()
{
ModifyTheme(!Utils.IsLightTheme());
}
else
{
ModifyTheme(ColorModeDark);
}
}
});

Expand Down

0 comments on commit c3de6f6

Please sign in to comment.