chore: 优化弹窗判断逻辑

This commit is contained in:
uye
2024-07-19 23:34:34 +08:00
parent 74350ef1e0
commit b60eea2def

View File

@@ -39,7 +39,7 @@ namespace MaaWpfGui.ViewModels.UI
InitViewModels();
InitProxy();
if (Instances.SettingsViewModel.AllowNightlyUpdates && Instances.SettingsViewModel.UpdateNightly && !Instances.SettingsViewModel.HasAcknowledgedNightlyWarning)
if (Instances.SettingsViewModel.UpdateNightly && !Instances.SettingsViewModel.HasAcknowledgedNightlyWarning)
{
MessageBoxHelper.Show(LocalizationHelper.GetString("NightlyWarning"));
}