mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
chore: 连战新增 -1 表示禁用切换
This commit is contained in:
@@ -112,6 +112,7 @@ public class FightSettingsUserControlModel : TaskViewModel
|
||||
{ "3", 6 },
|
||||
{ "2", 2 },
|
||||
{ "1", 1 },
|
||||
{ LocalizationHelper.GetString("NotSelected"), -1 },
|
||||
};
|
||||
|
||||
public string?[] Stages => [Stage1, Stage2, Stage3];
|
||||
|
||||
Reference in New Issue
Block a user