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 7c7c7ad..ca23134 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -835,7 +835,7 @@ int plugin_load(const char* plugin, const void* parameter) #endif FOR_NB_SCREENS(i) - viewportmanager_theme_undo(i); + viewportmanager_theme_undo(i, false); if (pfn_tsr_exit == NULL) plugin_loaded = false; |