Merge pull request #4568 from ShiinaRinne/theme

fix: 当关闭"是否跟随系统主题"时,无法应用"暗黑模式"的设置
pull/4594/head
2dust 2024-01-03 20:07:43 +08:00 committed by GitHub
commit c3de6f6d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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