mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
style: 格式化代码
This commit is contained in:
@@ -574,7 +574,6 @@ namespace MaaWpfGui
|
||||
// 下面几行注释暂时没用到,先注释起来...
|
||||
// string taskChain = details["taskchain"].ToString();
|
||||
// string classType = details["class"].ToString();
|
||||
|
||||
switch (msg)
|
||||
{
|
||||
case AsstMsg.SubTaskError:
|
||||
@@ -1706,6 +1705,9 @@ namespace MaaWpfGui
|
||||
/// </summary>
|
||||
DeploymentWithPause = 3,
|
||||
|
||||
/// <summary>
|
||||
/// Indicates whether AdbLite is used.
|
||||
/// </summary>
|
||||
AdbLiteEnabled = 4,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +87,6 @@ namespace MaaWpfGui
|
||||
{
|
||||
_windowManager.ShowWindow(_versionUpdateViewModel);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
var ret = await Task.Run(() => _versionUpdateViewModel.CheckAndDownloadUpdate());
|
||||
|
||||
Reference in New Issue
Block a user