mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
more equal check in config
This commit is contained in:
@@ -287,4 +287,4 @@ class MultipleSessions: Reactor.Component {
|
||||
}
|
||||
}
|
||||
|
||||
view.on("size", function() { if (app.multipleSessions) app.multipleSessions.onSize(); });
|
||||
view.on("size", function() { if (app && app.multipleSessions) app.multipleSessions.onSize(); });
|
||||
|
||||
Reference in New Issue
Block a user