Correct issue when left_sidebar is defined in the Connection plugin

pull/2745/head
nicolargo 2024-04-29 17:00:55 +02:00
parent 2e72a1e3de
commit c8907988ab
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class PluginModel(GlancesPluginModel):
ret = []
# Only process if stats exist and display plugin enable...
if not self.stats or self.is_disabled():
if not self.stats or self.is_disabled() or not max_width:
return ret
# Header