update source code URL to mine at lab.trax.im
This commit is contained in:
parent
bbc0cf5930
commit
be9392e698
1 changed files with 2 additions and 3 deletions
|
@ -286,9 +286,8 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen5() {
|
|||
"the GNU General\n"
|
||||
"Public License v3\n"
|
||||
"#808080 Source code#\n"
|
||||
"#FFFF00 https://github.com/#\n"
|
||||
"#FFFF00 InfiniTimeOrg/#\n"
|
||||
"#FFFF00 InfiniTime#");
|
||||
"#FFFF00 https://lab.trax.im#\n"
|
||||
"#FFFF00 /gentle/infinitime#");
|
||||
lv_label_set_align(label, LV_LABEL_ALIGN_CENTER);
|
||||
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
|
||||
return std::make_unique<Screens::Label>(4, 5, label);
|
||||
|
|
Loading…
Reference in a new issue