diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 7f362c8566..f03b9337f9 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -775,6 +775,7 @@ int plugin_load(const char* plugin, const void* parameter) | |||
775 | button_clear_queue(); | 775 | button_clear_queue(); |
776 | 776 | ||
777 | #ifdef HAVE_LCD_BITMAP | 777 | #ifdef HAVE_LCD_BITMAP |
778 | lcd_setfont(FONT_UI); | ||
778 | #if LCD_DEPTH > 1 | 779 | #if LCD_DEPTH > 1 |
779 | lcd_set_backdrop(old_backdrop); | 780 | lcd_set_backdrop(old_backdrop); |
780 | #ifdef HAVE_LCD_COLOR | 781 | #ifdef HAVE_LCD_COLOR |