mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
refactor: 将 「自动肉鸽在战斗结束前延迟停止动作」 从 「运行设置」 移到 「肉鸽设置」 中
This commit is contained in:
@@ -150,21 +150,6 @@ public class GameSettingsUserControlModel : PropertyChangedBase
|
||||
}
|
||||
}
|
||||
|
||||
private bool _roguelikeDelayAbortUntilCombatComplete = Convert.ToBoolean(ConfigurationHelper.GetValue(ConfigurationKeys.RoguelikeDelayAbortUntilCombatComplete, bool.FalseString));
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether delay abort until battle complete
|
||||
/// </summary>
|
||||
public bool RoguelikeDelayAbortUntilCombatComplete
|
||||
{
|
||||
get => _roguelikeDelayAbortUntilCombatComplete;
|
||||
set
|
||||
{
|
||||
SetAndNotify(ref _roguelikeDelayAbortUntilCombatComplete, value);
|
||||
ConfigurationHelper.SetValue(ConfigurationKeys.RoguelikeDelayAbortUntilCombatComplete, value.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
private string _startsWithScript = ConfigurationHelper.GetValue(ConfigurationKeys.StartsWithScript, string.Empty);
|
||||
|
||||
public string StartsWithScript
|
||||
|
||||
Reference in New Issue
Block a user