mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-22 16:59:47 +02:00
update: use latest UI API on system applications
This commit is contained in:
@ -130,6 +130,17 @@ namespace OS {
|
||||
);
|
||||
});
|
||||
};
|
||||
this.morphon(GUI.RESPONSIVE.MEDIUM, (fulfilled:boolean) => {
|
||||
|
||||
if(fulfilled)
|
||||
{
|
||||
containter.dir = "row";
|
||||
}
|
||||
else
|
||||
{
|
||||
containter.dir = "column";
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
Setting.singleton = true;
|
||||
|
Reference in New Issue
Block a user