diff options
| author | Jeff Carr <[email protected]> | 2024-01-07 07:09:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-07 07:09:59 -0600 |
| commit | a811226c53f41b108be5974156ea6459a9764c4d (patch) | |
| tree | dacd4f6efbb9e43de570eacd68492442fea496eb /linuxstatus/structs.go | |
| parent | b1c7bb8a31c4e02d89a437063516e474e68fab4d (diff) | |
window titles update to correct values
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/structs.go')
| -rw-r--r-- | linuxstatus/structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxstatus/structs.go b/linuxstatus/structs.go index de9936d..42fd420 100644 --- a/linuxstatus/structs.go +++ b/linuxstatus/structs.go @@ -35,6 +35,7 @@ type LinuxStatus struct { uid *gadgets.OneLiner IPv4 *gadgets.OneLiner IPv6 *gadgets.OneLiner + workingIPv4 *gadgets.OneLiner workingIPv6 *gadgets.OneLiner Interfaces *gui.Node speed *gadgets.OneLiner |
