finally got theme deletion working + qr stuff

Theme deletion [SDMC] now works, although no button currently has it assigned. The QR reader now works properly with Unicode filenames.
This commit is contained in:
Helloman892
2017-09-07 22:36:44 +01:00
parent dc1cbda232
commit 6b5b391d7b
4 changed files with 24 additions and 20 deletions

View File

@@ -221,7 +221,7 @@ Result http_get(char *url, char *path)
remake_file(path_to_file, ArchiveSD, size);
buf_to_file(size, path_to_file, ArchiveSD, (char*)buf);
add_theme(&themes_list, &theme_count, path_to_file, filename);
get_themes(&themes_list, &theme_count);
exit_qr();