mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-01 01:29:02 +08:00
bug fix
This commit is contained in:
parent
7bde8a3713
commit
12ab22e048
@ -287,4 +287,4 @@ class MultipleSessions: Reactor.Component {
|
||||
}
|
||||
}
|
||||
|
||||
view.on("size", function() { app.multipleSessions.onSize(); });
|
||||
view.on("size", function() { if (app.multipleSessions) app.multipleSessions.onSize(); });
|
@ -668,7 +668,7 @@ function checkConnectStatus() {
|
||||
}
|
||||
if (handler.recent_sessions_updated()) {
|
||||
stdout.println("recent sessions updated");
|
||||
app.multipleSessions.update();
|
||||
app.update();
|
||||
}
|
||||
checkConnectStatus();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user