From f728759bb21c057ee4f47a6a62fb334997ef2e42 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sun, 14 Feb 2021 11:10:33 +0800 Subject: [PATCH] Remove Add subscribe confirm msg --- Netch/Forms/SubscribeForm.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Netch/Forms/SubscribeForm.cs b/Netch/Forms/SubscribeForm.cs index 59c6cc47..5a927f67 100644 --- a/Netch/Forms/SubscribeForm.cs +++ b/Netch/Forms/SubscribeForm.cs @@ -115,8 +115,6 @@ namespace Netch.Forms subscribeLink.UserAgent = UserAgentTextBox.Text; } - MessageBoxX.Show(i18N.Translate("Saved")); - InitSubscribeLink(); }