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

@@ -96,7 +96,7 @@ Result http_get(char *url, char *path)
ret = httpcSetKeepAlive(&context, HTTPC_KEEPALIVE_ENABLED);
ret = httpcAddRequestHeaderField(&context, "User-Agent", "Anemone3DS/1.1.0");
ret = httpcAddRequestHeaderField(&context, "Connection", "Keep-Alive");
draw_theme_install(DOWNLOADING);
ret = httpcBeginRequest(&context);
if (ret != 0)
{