From 38403483cb73899d9b6b2437441a91f7760b166a Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:55:20 -0500 Subject: [PATCH] Whoops --- src/pc/djui/djui_panel_changelog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/djui/djui_panel_changelog.c b/src/pc/djui/djui_panel_changelog.c index 5390c73f..af3d1324 100644 --- a/src/pc/djui/djui_panel_changelog.c +++ b/src/pc/djui/djui_panel_changelog.c @@ -46,7 +46,7 @@ Updated Day Night Cycle DX and Gun Mod DX" djui_text_set_drop_shadow(text, 64, 64, 64, 100); djui_text_set_alignment(text, DJUI_HALIGN_LEFT, DJUI_VALIGN_TOP); - djui_button_create(body, "OK", DJUI_BUTTON_STYLE_BACK, djui_panel_back); + djui_button_create(body, "OK", DJUI_BUTTON_STYLE_BACK, djui_panel_menu_back); } djui_panel_add(caller, panel, NULL);