mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix(wpf): 自动战斗界面Idle setter限制
This commit is contained in:
@@ -154,12 +154,12 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
private bool _idle;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether it is idle.
|
||||
/// Gets a value indicating whether it is idle.
|
||||
/// </summary>
|
||||
public bool Idle
|
||||
{
|
||||
get => _idle;
|
||||
set => SetAndNotify(ref _idle, value);
|
||||
private set => SetAndNotify(ref _idle, value);
|
||||
}
|
||||
|
||||
private bool _startEnabled = true;
|
||||
|
||||
Reference in New Issue
Block a user