mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
feat: 取消勾选 吃理智药 就取消 吃石头
This commit is contained in:
@@ -945,6 +945,10 @@ namespace MeoAsstGui
|
||||
set
|
||||
{
|
||||
SetAndNotify(ref _useMedicine, value);
|
||||
if (!value)
|
||||
{
|
||||
UseStone = false;
|
||||
}
|
||||
ViewStatusStorage.Set("MainFunction.UseMedicine", value.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user