版本低提示不标红 #409

This commit is contained in:
ZouJin 2024-07-28 13:40:49 +08:00
parent c554bff98c
commit fda3dc73a9

View File

@ -394,7 +394,8 @@ namespace VPet_Simulator.Windows
else
{
runMODGameVer.Text += " (版本低)".Translate();
runMODGameVer.Foreground = new SolidColorBrush(Color.FromRgb(190, 0, 0));
if (mod.Tag.Contains("plugin"))
runMODGameVer.Foreground = new SolidColorBrush(Color.FromRgb(190, 0, 0));
}
}
else if (mod.GameVer > mw.version)