mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
reload session list if alias change
This commit is contained in:
@@ -207,9 +207,7 @@ class SessionList: Reactor.Component {
|
||||
if (name != old_name) {
|
||||
handler.set_peer_option(id, "alias", name);
|
||||
}
|
||||
try {
|
||||
self.select('#' + id).select('#alias').text = name || id;
|
||||
} catch (e) {}
|
||||
app.update();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user