summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-23 05:23:21 -0600
committerJeff Carr <[email protected]>2025-02-23 13:13:30 -0600
commit281899055de50b28824a75d96485abf3c02c4e82 (patch)
tree7b7a085f2947fe9998f16080420b5becfa8d2c75 /structs.go
parent55d44416684928fb0938c262798013edf9f4d897 (diff)
check if the table is already here
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index d012f73..7919856 100644
--- a/structs.go
+++ b/structs.go
@@ -37,6 +37,7 @@ type TreeInfo struct {
ShowTable func(*guipb.Table) // attempt at sending a whole table
// NodeI interface{} // is an interface useful here?
// NodeAction func(*Node, widget.ActionType) // deprecate
+ currentTables []*guipb.Table
}
type Node struct {