mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix chat window focus problem and update version number https://github.com/rustdesk/rustdesk/issues/443
This commit is contained in:
@@ -15,13 +15,17 @@
|
||||
$(body).content(<ChatBox msgs={p.msgs} callback={p.callback} />);
|
||||
view.focus = $(input);
|
||||
}
|
||||
view.refresh();
|
||||
function self.closing() {
|
||||
view.windowState = View.WINDOW_HIDDEN;
|
||||
return false;
|
||||
}
|
||||
view.windowIcon = self.url(p.icon);
|
||||
function self.ready() {
|
||||
view.windowTopmost = true;
|
||||
view.refresh();
|
||||
view.windowTopmost = false;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user