Ask on invalid zip if zip is badge file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user