summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2020-04-26 16:36:45 +0200
committernicolargo <nicolas@nicolargo.com>2020-04-26 16:36:45 +0200
commit924864f9d0ae347e0196f3d17ffc641b7562125f (patch)
tree630a81b190d8b7ee8f149a61c34888822e91ffdb
parentb573712f29ca58f73d23e8e3f8e4486672ea550b (diff)
Asymetric, cluttered configuration: Some options only accessible via CLI or keyboard or config file #1650 (correct IRQ)
-rw-r--r--glances/plugins/glances_irq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/plugins/glances_irq.py b/glances/plugins/glances_irq.py
index 243dd61a..7f666df7 100644
--- a/glances/plugins/glances_irq.py
+++ b/glances/plugins/glances_irq.py
@@ -90,7 +90,7 @@ class Plugin(GlancesPlugin):
# Only available on GNU/Linux
# 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
# Max size for the interface name