Skip to content

Commit

Permalink
Update to v36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyeet961 committed Dec 3, 2023
1 parent 0a028f0 commit 1fa6542
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 @@ -51,8 +51,8 @@ void djui_panel_main_create(struct DjuiBase* caller) {
djui_button_create(body, DLANG(MAIN, QUIT), DJUI_BUTTON_STYLE_BACK, djui_panel_main_quit);
}

//char* version = get_version_local();
struct DjuiText* footer = djui_text_create(&panel->base, "beta 35\nvisible PUs version stable 13.1");
//const char* version = get_version_local();
struct DjuiText* footer = djui_text_create(&panel->base, "v36.1\nvisible PUs version stable 13.1");
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 1fa6542

Please sign in to comment.