Update On Wed Sep 10 20:43:05 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-10 20:43:06 +02:00
parent c5f9cfaa06
commit b50b35fed3
65 changed files with 768 additions and 662 deletions
@@ -334,9 +334,6 @@ public class CheckUpdateViewModel : MyReactiveObject
{
return;
}
var itemCopy = JsonUtils.DeepCopy(found);
itemCopy.Remarks = model.Remarks;
CheckUpdateModels.Replace(found, itemCopy);
found.Remarks = model.Remarks;
}
}