Asymetric, cluttered configuration: Some options only accessible via CLI or keyboard or config file #1650 (correct IRQ)

This commit is contained in:
nicolargo 2020-04-26 16:36:45 +02:00
parent b573712f29
commit 924864f9d0

View File

@ -90,7 +90,7 @@ class Plugin(GlancesPlugin):
# Only available on GNU/Linux # Only available on GNU/Linux
# Only process if stats exist and display plugin enable... # Only process if stats exist and display plugin enable...
if not LINUX or not self.stats or not self.args.enable_irq: if not LINUX or not self.stats or self.is_disable():
return ret return ret
# Max size for the interface name # Max size for the interface name