chore: 优化弹窗判断逻辑

This commit is contained in:
uye
2024-07-19 23:34:34 +08:00
parent 0469981a84
commit 8eaebc9565

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"));
}