add "downloading" text to qrcode scanning

i know it's not the prettiest idea to put it in draw_theme_install, but it seemed like the most fitting, and i didnt want to create another function for it
This commit is contained in:
ZetaDesigns
2017-09-06 17:49:10 +02:00
parent 897dc52424
commit 674fa9d9bf
3 changed files with 7 additions and 3 deletions

View File

@@ -170,6 +170,9 @@ void draw_theme_install(int install_type)
case 2:
pp2d_draw_text_center(GFX_TOP, 120, 0.8, 0.8, COLOR_WHITE, "Installing BGM...");
break;
case 3:
pp2d_draw_text_center(GFX_TOP, 120, 0.8, 0.8, COLOR_WHITE, "Downloading...");
break;
default:
break;
}