From b7696a2e8c06ef38eb9892cc454aef5c9b1dee1d Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 24 Apr 2021 13:47:05 +0800 Subject: [PATCH] Update index.tis --- src/ui/index.tis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/index.tis b/src/ui/index.tis index dd203f917..63e77798c 100644 --- a/src/ui/index.tis +++ b/src/ui/index.tis @@ -249,7 +249,7 @@ class MyIdMenu: Reactor.Component { } if (value == old_value) return; configOptions["whitelist"] = value.replace("\n", ","); - stdin.println("whitelist updated"); + stdout.println("whitelist updated"); handler.set_options(configOptions); }, 300); } else if (me.id == "custom-server") {