From bd24754c82f77d06dba31c32c3acdd0ed1adebe9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 9 Feb 2024 03:43:55 -0600 Subject: more node State repairs Signed-off-by: Jeff Carr --- common.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.go') diff --git a/common.go b/common.go index 70a5d14..cdc560d 100644 --- a/common.go +++ b/common.go @@ -23,6 +23,10 @@ func (n *Node) CurrentS() string { return n.State.CurrentS } +func (n *Node) Strings() []string { + return n.ddStrings +} + func (n *Node) String() string { switch n.WidgetType { case widget.Button: -- cgit v1.2.3