Skip to content

Commit e5c5ae2

Browse files
authored
R&Y: Stylisation Update to metroflip_scene_credits.c
Moved Info Slaves above parser credits.
1 parent a02df9e commit e5c5ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenes/metroflip_scene_credits.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ void metroflip_scene_credits_on_enter(void* context) {
1717
furi_string_cat_printf(str, "Created by luu176\n");
1818
furi_string_cat_printf(str, "Inspired by Metrodroid\n\n");
1919
furi_string_cat_printf(str, "Special Thanks:\n willyjl\n");
20+
furi_string_cat_printf(str, "Info Slaves:\n Equip, TheDingo8MyBaby\n\n");
2021
furi_string_cat_printf(str, "\e#Parser Credits:\n\n");
2122
furi_string_cat_printf(str, "Bip! Parser:\n rbasoalto, gornekich\n\n");
2223
furi_string_cat_printf(str, "CharlieCard Parser:\n zacharyweiss\n\n");
@@ -29,7 +30,6 @@ void metroflip_scene_credits_on_enter(void* context) {
2930
furi_string_cat_printf(str, "Opus Parser: DocSystem\n\n");
3031
furi_string_cat_printf(str, "Rav-Kav Parser: luu176\n\n");
3132
furi_string_cat_printf(str, "Troika Parser:\n gornekich\n\n");
32-
furi_string_cat_printf(str, "Info Slaves:\n Equip, TheDingo8MyBaby\n\n");
3333

3434
widget_add_text_scroll_element(widget, 0, 0, 128, 64, furi_string_get_cstr(str));
3535

0 commit comments

Comments
 (0)