修复小版本更新标红问题

This commit is contained in:
ZouJin 2024-04-17 17:26:17 +08:00
parent 0c29f37101
commit 2d13220ab4

View File

@ -338,7 +338,7 @@ namespace VPet_Simulator.Windows
}
else
{
if (mod.GameVer / 10 == mw.version / 10)
if (mod.GameVer / 1000 == mw.version / 1000)
{
moditem.Foreground = Function.ResourcesBrush(Function.BrushType.PrimaryText);
}