diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index ea200b8..6e2a8bc 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -632,7 +632,7 @@ int plugin_load(const char* plugin, void* parameter) gui_syncsplash(HZ*2, true, str(LANG_PLUGIN_ERROR)); break; } - + action_signalscreenchange(); return PLUGIN_OK; } |