mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 优化弹窗判断逻辑
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user