Ask on invalid zip if zip is badge file

This commit is contained in:
2024-06-03 10:23:18 -04:00
parent 1a01ba502f
commit 9860dec103
5 changed files with 33 additions and 1 deletions

View File

@@ -184,5 +184,6 @@ void draw_home(u64 start_time, u64 cur_time);
void draw_base_interface(void);
void draw_grid_interface(Entry_List_s * list, Instructions_s instructions, int extra_mode);
void draw_interface(Entry_List_s * list, Instructions_s instructions, DrawMode draw_mode);
bool draw_confirm_no_interface(const char *conf_msg);
#endif

View File

@@ -37,6 +37,7 @@ typedef struct {
const char *zip_not_theme_splash;
const char *file_not_zip;
const char *download_failed;
const char *badge_question;
} Camera_Strings_s;
typedef struct {