mirror of
https://github.com/CTCaer/hekate
synced 2025-01-21 06:16:11 +00:00
Update gui.c
This commit is contained in:
parent
3250b2e32a
commit
c709631d65
1 changed files with 2 additions and 2 deletions
|
@ -1232,9 +1232,9 @@ static void _create_tab_about(lv_theme_t * th, lv_obj_t * parent)
|
||||||
lv_label_set_recolor(lbl_credits, true);
|
lv_label_set_recolor(lbl_credits, true);
|
||||||
lv_label_set_static_text(lbl_credits,
|
lv_label_set_static_text(lbl_credits,
|
||||||
"#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n"
|
"#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n"
|
||||||
" (c) 2018-2024, #C7EA46 CTCaer#\n"
|
" (c) 2018-2025, #C7EA46 CTCaer#\n"
|
||||||
"\n"
|
"\n"
|
||||||
"#C7EA46 Nyx# (c) 2019-2024, #C7EA46 CTCaer#\n"
|
"#C7EA46 Nyx# (c) 2019-2025, #C7EA46 CTCaer#\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Thanks to: #00CCFF derrek, nedwill, plutoo, #\n"
|
"Thanks to: #00CCFF derrek, nedwill, plutoo, #\n"
|
||||||
" #00CCFF shuffle2, smea, thexyz, yellows8 #\n"
|
" #00CCFF shuffle2, smea, thexyz, yellows8 #\n"
|
||||||
|
|
Loading…
Reference in a new issue