fix: 当关闭"是否跟随系统主题"时,无法应用"暗黑模式"的设置

This commit is contained in:
ShiinaRinne 2024-01-02 15:34:42 +08:00
parent 2ca34fb9ad
commit 18ce2f7b1c

View file

@ -1726,6 +1726,10 @@ namespace v2rayN.ViewModels
{
ModifyTheme(!Utils.IsLightTheme());
}
else
{
ModifyTheme(ColorModeDark);
}
}
});