mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
chore: 叉掉不触发
This commit is contained in:
@@ -715,6 +715,7 @@ namespace MaaWpfGui.Main
|
||||
|
||||
if (buyWine)
|
||||
{
|
||||
Instances.SettingsViewModel.LastBuyWineTime = DateTime.UtcNow.ToYjDate().ToFormattedString();
|
||||
var result = MessageBoxHelper.Show(
|
||||
LocalizationHelper.GetString("DrunkAndStaggering"),
|
||||
LocalizationHelper.GetString("Burping"),
|
||||
@@ -723,7 +724,6 @@ namespace MaaWpfGui.Main
|
||||
if (result == MessageBoxResult.OK)
|
||||
{
|
||||
Instances.SettingsViewModel.Cheers = true;
|
||||
Instances.SettingsViewModel.LastBuyWineTime = DateTime.UtcNow.ToYjDate().ToFormattedString();
|
||||
Bootstrapper.ShutdownAndRestartWithoutArgs();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user