[#] 修复版本记录类型有误的问题
This commit is contained in:
@@ -288,7 +288,6 @@ namespace RevokeMsgPatcher
|
|||||||
modifier = (QQLiteModifier)rbtQQLite.Tag;
|
modifier = (QQLiteModifier)rbtQQLite.Tag;
|
||||||
}
|
}
|
||||||
txtPath.Text = modifier.FindInstallPath();
|
txtPath.Text = modifier.FindInstallPath();
|
||||||
ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页");
|
|
||||||
EnableAllButton(true);
|
EnableAllButton(true);
|
||||||
lblVersion.Text = "";
|
lblVersion.Text = "";
|
||||||
btnRestore.Enabled = false;
|
btnRestore.Enabled = false;
|
||||||
@@ -299,6 +298,7 @@ namespace RevokeMsgPatcher
|
|||||||
lblVersion.Text = modifier.GetVersion();
|
lblVersion.Text = modifier.GetVersion();
|
||||||
btnRestore.Enabled = modifier.BackupExists();
|
btnRestore.Enabled = modifier.BackupExists();
|
||||||
}
|
}
|
||||||
|
ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页");
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetCheckedRadioButtonNameEn()
|
private string GetCheckedRadioButtonNameEn()
|
||||||
|
|||||||
Reference in New Issue
Block a user