diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 3c957b40c8..1506554790 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -1008,6 +1008,8 @@ int plugin_load(const char* plugin, const void* parameter) plugin_check_open_close__exit(); + status_save(); + if (rc == PLUGIN_ERROR) splash(HZ*2, str(LANG_PLUGIN_ERROR)); |