fixed stream window centering

This commit is contained in:
Devaev Maxim
2018-08-13 08:36:52 +03:00
parent b79b7e3975
commit 8bd515b18d
3 changed files with 13 additions and 10 deletions

View File

@@ -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);
}