Skip to content

Commit

Permalink
Update index.tis
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk authored Apr 24, 2021
1 parent 5618b9e commit b7696a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/index.tis
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit b7696a2

Please sign in to comment.