From 9c5f5409732438635a09b5e74a5871bd313fe728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Mon, 8 Sep 2025 22:16:58 +0800 Subject: [PATCH] v2.7.1 --- web/html/modals/inbound_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/modals/inbound_modal.html b/web/html/modals/inbound_modal.html index ab9e1bf8..dab6dcc8 100644 --- a/web/html/modals/inbound_modal.html +++ b/web/html/modals/inbound_modal.html @@ -183,7 +183,7 @@ }, clearKeys() { this.inbound.settings.decryption = 'none'; - this.inbound.settings.encryption = 'none'; + this.inbound.settings.encryption = ''; } },