Added the ability to enable dynamic network icons for netstat module. (#376)
This commit is contained in:
@@ -980,6 +980,7 @@ const options = mkOptions(OPTIONS, {
|
||||
netstat: {
|
||||
label: opt(true),
|
||||
networkInterface: opt(''),
|
||||
dynamicIcon: opt(false),
|
||||
icon: opt(''),
|
||||
round: opt(true),
|
||||
labelType: opt<NetstatLabelType>('full'),
|
||||
|
||||
Reference in New Issue
Block a user