1
0
Fork 0

update source code URL to mine at lab.trax.im

This commit is contained in:
Julian Foad 2024-05-10 14:39:49 +01:00
parent bbc0cf5930
commit be9392e698

View file

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