mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 05:41:27 +03:00
typo
This commit is contained in:
@@ -211,19 +211,6 @@ class ChatBox: Reactor.Component {
|
|||||||
|
|
||||||
/******************** start of msgbox ****************************************/
|
/******************** start of msgbox ****************************************/
|
||||||
var remember_password = false;
|
var remember_password = false;
|
||||||
function bring_to_top(idx=-1) {
|
|
||||||
if (view.windowState == View.WINDOW_HIDDEN || view.windowState == View.WINDOW_MINIMIZED) {
|
|
||||||
if (is_linux) {
|
|
||||||
view.focus = self;
|
|
||||||
} else {
|
|
||||||
view.windowState = View.WINDOW_SHOWN;
|
|
||||||
}
|
|
||||||
if (idx >= 0) body.cur = idx;
|
|
||||||
} else {
|
|
||||||
view.windowTopmost = true;
|
|
||||||
view.windowTopmost = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function msgbox(type, title, content, callback=null, height=180, width=500, hasRetry=false, contentStyle="") {
|
function msgbox(type, title, content, callback=null, height=180, width=500, hasRetry=false, contentStyle="") {
|
||||||
if (!type) {
|
if (!type) {
|
||||||
closeMsgbox();
|
closeMsgbox();
|
||||||
|
|||||||
Reference in New Issue
Block a user