mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
chore: 吃理智药选中时勾选吃源石不改变理智药选中状态
This commit is contained in:
@@ -2399,7 +2399,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
}
|
||||
|
||||
SetAndNotify(ref _useStoneWithNull, value);
|
||||
if (value != false)
|
||||
if (value != false && !UseMedicine)
|
||||
{
|
||||
UseMedicine = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user