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 7f362c8..f03b933 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -775,6 +775,7 @@ int plugin_load(const char* plugin, const void* parameter) button_clear_queue(); #ifdef HAVE_LCD_BITMAP + lcd_setfont(FONT_UI); #if LCD_DEPTH > 1 lcd_set_backdrop(old_backdrop); #ifdef HAVE_LCD_COLOR |