mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
This commit is contained in:
parent
db4e2812ea
commit
0c6a7737d9
1 changed files with 1 additions and 2 deletions
|
|
@ -490,7 +490,6 @@ class App: Reactor.Component
|
|||
<ConnectStatus @{this.connect_status} />
|
||||
</div>
|
||||
<div #overlay style="position: absolute;size:*;background:black;opacity:0.5;display:none" />
|
||||
<div #msgbox />
|
||||
</div>;
|
||||
}
|
||||
|
||||
|
|
@ -854,7 +853,7 @@ event keydown (evt) {
|
|||
}
|
||||
}
|
||||
|
||||
$(body).content(<App />);
|
||||
$(body).content(<div style="size:*"><App /><div #msgbox /></div>);
|
||||
|
||||
function self.closing() {
|
||||
var (x, y, w, h) = view.box(#rectw, #border, #screen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue