mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
版本低提示不标红 #409
This commit is contained in:
parent
c554bff98c
commit
fda3dc73a9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user