Stop loading previews without user button press

This commit is contained in:
2017-09-01 00:29:09 -04:00
parent d5d48228b3
commit 37f0de5756
5 changed files with 39 additions and 83 deletions

View File

@@ -32,6 +32,6 @@
void init_screens(void);
void exit_screens(void);
void draw_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode);
void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode);
#endif