Update index.tis

This commit is contained in:
RustDesk 2021-04-24 13:47:05 +08:00 committed by GitHub
parent 5618b9ec43
commit b7696a2e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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") {