Skip to content

Commit

Permalink
[#] 修复版本记录类型有误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Dec 9, 2019
1 parent 0d9ffc7 commit 336c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevokeMsgPatcher/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ private void radioButtons_CheckedChanged(object sender, EventArgs e)
modifier = (QQLiteModifier)rbtQQLite.Tag;
}
txtPath.Text = modifier.FindInstallPath();
ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页");
EnableAllButton(true);
lblVersion.Text = "";
btnRestore.Enabled = false;
Expand All @@ -299,6 +298,7 @@ private void radioButtons_CheckedChanged(object sender, EventArgs e)
lblVersion.Text = modifier.GetVersion();
btnRestore.Enabled = modifier.BackupExists();
}
ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页");
}

private string GetCheckedRadioButtonNameEn()
Expand Down

0 comments on commit 336c864

Please sign in to comment.