diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 11:05:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 11:05:40 -0600 |
| commit | b1c311a1e23f8b6557a289e85bb9f402b8523fdf (patch) | |
| tree | 94372234fe06f67af52fa7adb831dd35fb004214 /structs.go | |
| parent | e14bd65844c2a4abb4d98e9977de664984567603 (diff) | |
errors are always displayed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ type Host struct { witcom *gadgets.BasicWindow fixButton *gui.Node fixWindow *smartwindow.SmartWindow + + errorGroup *gui.Node // Hide() and Show() this node if there are no errors + problems *errorBox } type IPtype struct { |
