update: use latest UI API on system applications

This commit is contained in:
DanyLE
2023-07-13 20:40:40 +02:00
committed by Dany LE
parent e6bf4d5352
commit 87dad4eded
24 changed files with 199 additions and 75 deletions

View File

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