From 409b377ab549381d560f0284128061113834c97c Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sat, 30 Apr 2022 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?[#]=20=E5=87=8F=E5=B0=91=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=96=87=E4=BB=B6=E9=87=8D=E5=A4=8D=E8=AF=BB?= =?UTF-8?q?=E5=85=A5=EF=BC=8C=E6=8F=90=E5=8D=87=E8=BD=AF=E4=BB=B6=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher/FormMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RevokeMsgPatcher/FormMain.cs b/RevokeMsgPatcher/FormMain.cs index 0123914..f4c1b19 100644 --- a/RevokeMsgPatcher/FormMain.cs +++ b/RevokeMsgPatcher/FormMain.cs @@ -76,7 +76,7 @@ namespace RevokeMsgPatcher // 自动获取应用安装路径 txtPath.Text = modifier.FindInstallPath(); // 显示是否能够备份还原、版本和功能 - InitEditorsAndUI(txtPath.Text); + //InitEditorsAndUI(txtPath.Text); } private void InitEditorsAndUI(string path) @@ -362,7 +362,7 @@ namespace RevokeMsgPatcher EnableAllButton(true); // 重新计算显示是否能够备份还原、版本和功能 - InitEditorsAndUI(txtPath.Text); + //InitEditorsAndUI(txtPath.Text); ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页"); }