From 242f10ec0a0d0bbe76bc24d7bc4876b6bad8e55c Mon Sep 17 00:00:00 2001 From: ZetaDesigns Date: Mon, 4 Sep 2017 19:31:44 +0200 Subject: [PATCH] Add QRCode reference --- source/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/draw.c b/source/draw.c index 7eb78c3..8737740 100644 --- a/source/draw.c +++ b/source/draw.c @@ -206,7 +206,7 @@ void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_t pp2d_draw_wtext(200, 180, 0.6, 0.6, COLOR_WHITE, L"\uE001 Queue Shuffle"); pp2d_draw_wtext(20, 210, 0.6, 0.6, COLOR_WHITE, L"\uE002 Install BGM"); pp2d_draw_wtext(200, 210, 0.6, 0.6, COLOR_WHITE, L"\uE003 Preview Theme"); - + pp2d_draw_wtext(130, 120, 0.6, 0.6, COLOR_WHITE, L"\uE005 Scan QRCode"); pp2d_draw_on(GFX_BOTTOM); // Scroll the menu up or down if the selected theme is out of its bounds