fix cm minimized not working sometimes
This commit is contained in:
parent
66e39b62a2
commit
2631c68b88
@ -101,7 +101,9 @@ class Body: Reactor.Component
|
|||||||
connection.authorized = true;
|
connection.authorized = true;
|
||||||
body.update();
|
body.update();
|
||||||
handler.authorize(cid);
|
handler.authorize(cid);
|
||||||
view.windowState = View.WINDOW_MINIMIZED;
|
self.timer(30ms, function() {
|
||||||
|
view.windowState = View.WINDOW_MINIMIZED;
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user