summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 86c3880..863bdce 100644
--- a/structs.go
+++ b/structs.go
@@ -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 {