Skip to content

Commit

Permalink
fix: 当关闭"是否跟随系统主题"时,无法应用"暗黑模式"的设置
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaRinne committed Jan 2, 2024
1 parent 2ca34fb commit 18ce2f7
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 18ce2f7

Please sign in to comment.