fix: 所有任务都添加失败时清空任务列表

fix #8658
This commit is contained in:
uye
2024-03-19 16:50:25 +08:00
parent d4f02bf211
commit e36edb40bf

View File

@@ -981,6 +981,7 @@ namespace MaaWpfGui.ViewModels.UI
{
AddLog(LocalizationHelper.GetString("UnselectedTask"));
_runningState.SetIdle(true);
Instances.AsstProxy.AsstStop();
SetStopped();
return;
}