mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 修复默认关卡不正确的问题
This commit is contained in:
@@ -302,7 +302,7 @@ namespace MeoAsstGui
|
||||
}
|
||||
if (!hasSavedValue)
|
||||
{
|
||||
Stage = "DefaultStage";
|
||||
Stage = String.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1064,7 +1064,7 @@ namespace MeoAsstGui
|
||||
set { SetAndNotify(ref _stageList, value); }
|
||||
}
|
||||
|
||||
private string _stage = ViewStatusStorage.Get("MainFunction.Stage", "LastBattle");
|
||||
private string _stage = ViewStatusStorage.Get("MainFunction.Stage", String.Empty);
|
||||
|
||||
public string Stage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user