chore: 吃理智药选中时勾选吃源石不改变理智药选中状态

This commit is contained in:
uye
2023-07-07 11:36:09 +08:00
parent ec2d31ac32
commit db488569f1

View File

@@ -2399,7 +2399,7 @@ namespace MaaWpfGui.ViewModels.UI
}
SetAndNotify(ref _useStoneWithNull, value);
if (value != false)
if (value != false && !UseMedicine)
{
UseMedicine = true;
}