mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 20:59:37 +08:00
Update index.tis
This commit is contained in:
parent
5618b9ec43
commit
b7696a2e8c
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user