mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
fixed stream window centering
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function main() {
|
||||
var hid = new Hid();
|
||||
var ui = new Ui(hid);
|
||||
new Session(new Atx(), hid, new Msd());
|
||||
new Stream();
|
||||
new Ui(hid);
|
||||
new Stream(ui);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user