From 2a6d5beca9a280a3a65e17914e4caff08eb9214c Mon Sep 17 00:00:00 2001 From: stackcn Date: Mon, 19 Sep 2022 11:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt b/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt index 81182dd..0c4e8b1 100644 --- a/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt +++ b/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt @@ -144,7 +144,7 @@ class UpdateInfoActivity : StartupActivity.DumbAware { private val urlOpeningBehavior = NotificationListener.UrlOpeningListener(false) override fun actionPerformed(e: AnActionEvent, notification: Notification) { - SupportDialog(project).show() + // SupportDialog(project).show() } }) } @@ -162,7 +162,7 @@ class UpdateInfoActivity : StartupActivity.DumbAware { ) : DumbAwareAction("支持一下") { override fun actionPerformed(e: AnActionEvent) { notification.hideBalloon() - SupportDialog(project).show() + // SupportDialog(project).show() } } -- Gitee