Skip to content

Commit 9b1bbc1

Browse files
committed
fix
1 parent daa3d16 commit 9b1bbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rectify11Installer/Pages/InstallOptnsPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static void UpdateListView(PatchesPatch[] ok, TreeNode basicNode, TreeNo
5151
}
5252
else
5353
{
54-
if (InstallStatus.InstalledVersion == "3.0.0.0")
54+
if (InstallStatus.InstalledVersion == "3.0.0.0" && !InstallStatus.IsRectify11Installed)
5555
{
5656
if (Properties.Resources.newfiles.Contains(patch.Mui))
5757
{

0 commit comments

Comments
 (0)