mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-21 00:01:53 +03:00
Asymetric, cluttered configuration: Some options only accessible via CLI or keyboard or config file #1650 (correct IRQ)
This commit is contained in:
parent
b573712f29
commit
924864f9d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user