mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
fix.修复初始化未完成时,开始任务失败的问题
This commit is contained in:
@@ -75,7 +75,9 @@ namespace MeoAsstGui
|
||||
{
|
||||
_windowManager.ShowMessageBox("程序初始化错误!请检查是否是因为使用了中文路径", "错误");
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
var tvm = _container.Get<TaskQueueViewModel>();
|
||||
tvm.Idle = true;
|
||||
}
|
||||
|
||||
private void CallbackFunction(int msg, IntPtr json_buffer, IntPtr custom_arg)
|
||||
|
||||
@@ -281,7 +281,7 @@ namespace MeoAsstGui
|
||||
}
|
||||
}
|
||||
|
||||
private bool _idle = true;
|
||||
private bool _idle = false;
|
||||
|
||||
public bool Idle
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user