Skip to content

Commit

Permalink
Update to stable 13
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyeet961 authored Nov 15, 2023
1 parent 7c2ed35 commit a3a1556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pc/djui/djui_panel_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static void nothing() {
return;
}
static void djui_panel_main_credits(struct DjuiBase* caller) {
struct DjuiThreePanel* panel = djui_panel_menu_create("\\#00b3ff\\CREDITS\n\n\\#ff9900\\Peter Fedak\n\\#0000ff\\PlayerPro342\n\\#cc00cc\\Isaac");
struct DjuiThreePanel* panel = djui_panel_menu_create("\\#00b3ff\\CREDITS\n\n\\#ff9900\\Peter Fedak\n\\#cc00cc\\Isaac\n\\#0000ff\\PlayerPro342");
{
struct DjuiBase* body = djui_three_panel_get_body(panel);
{
Expand Down Expand Up @@ -52,7 +52,7 @@ void djui_panel_main_create(struct DjuiBase* caller) {
}

//char* version = get_version_local();
struct DjuiText* footer = djui_text_create(&panel->base, "beta 35\nvisible PUs version stable 12.1");
struct DjuiText* footer = djui_text_create(&panel->base, "beta 35\nvisible PUs version stable 13");
djui_base_set_size_type(&footer->base, DJUI_SVT_RELATIVE, DJUI_SVT_ABSOLUTE);
djui_base_set_size(&footer->base, 1.0f, 1.0f);
djui_base_set_color(&footer->base, 50, 50, 50, 255);
Expand Down

0 comments on commit a3a1556

Please sign in to comment.