mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: ;
This commit is contained in:
@@ -176,5 +176,5 @@ public class TaskSettingVisibilityInfo : PropertyChangedBase
|
||||
|
||||
public bool AdvancedSettingsVisibility { get => field; set => SetAndNotify(ref field, value); }
|
||||
|
||||
public bool Guide { get => field; set => SetAndNotify(ref field, value); } = ConfigurationHelper.GetValue(ConfigurationKeys.GuideStepIndex, 0) < SettingsViewModel.GuideMaxStep
|
||||
public bool Guide { get => field; set => SetAndNotify(ref field, value); } = ConfigurationHelper.GetValue(ConfigurationKeys.GuideStepIndex, 0) < SettingsViewModel.GuideMaxStep;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user