mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
fix: 修复取消勾选理智药时错误调整至9999
This commit is contained in:
@@ -2887,9 +2887,9 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
if (value != false && !UseMedicine)
|
||||
{
|
||||
UseMedicineWithNull = null;
|
||||
MedicineNumber = "9999";
|
||||
}
|
||||
|
||||
MedicineNumber = "9999";
|
||||
NotifyOfPropertyChange(nameof(UseStone));
|
||||
|
||||
SetFightParams();
|
||||
|
||||
Reference in New Issue
Block a user