fix chat window focus problem and update version number https://github.com/rustdesk/rustdesk/issues/443

This commit is contained in:
rustdesk
2022-04-20 20:44:48 +08:00
parent d858790170
commit ccffa14450
3 changed files with 9 additions and 5 deletions

View File

@@ -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>