From 336c864cdfee284ccdab38dbda5c66aac4ddea29 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Mon, 9 Dec 2019 22:17:51 +0800 Subject: [PATCH] =?UTF-8?q?[#]=20=E4=BF=AE=E5=A4=8D=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=B1=BB=E5=9E=8B=E6=9C=89=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher/FormMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevokeMsgPatcher/FormMain.cs b/RevokeMsgPatcher/FormMain.cs index 08f183e..200a4a4 100644 --- a/RevokeMsgPatcher/FormMain.cs +++ b/RevokeMsgPatcher/FormMain.cs @@ -288,7 +288,6 @@ namespace RevokeMsgPatcher modifier = (QQLiteModifier)rbtQQLite.Tag; } txtPath.Text = modifier.FindInstallPath(); - ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页"); EnableAllButton(true); lblVersion.Text = ""; btnRestore.Enabled = false; @@ -299,6 +298,7 @@ namespace RevokeMsgPatcher lblVersion.Text = modifier.GetVersion(); btnRestore.Enabled = modifier.BackupExists(); } + ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页"); } private string GetCheckedRadioButtonNameEn()