mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
perf: 移除无效调用
This commit is contained in:
@@ -125,7 +125,6 @@ public class FightSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
if (_stage1 == value)
|
||||
{
|
||||
SetAndNotify(ref _stage1, value);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -157,7 +156,6 @@ public class FightSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
if (_stage2 == value)
|
||||
{
|
||||
SetAndNotify(ref _stage2, value);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -188,7 +186,6 @@ public class FightSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
if (_stage3 == value)
|
||||
{
|
||||
SetAndNotify(ref _stage3, value);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -259,7 +256,6 @@ public class FightSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
if (_remainingSanityStage == value)
|
||||
{
|
||||
SetAndNotify(ref _remainingSanityStage, value);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user