diff options
| author | Jeff Carr <[email protected]> | 2024-02-07 07:41:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-07 07:41:35 -0600 |
| commit | dd425dfc815c21f2bd978bf111c5a66b95918dda (patch) | |
| tree | efbe18dc7b9fdae1c582141660b207e9c7cfac82 /common.go | |
| parent | d92457087cb2bdb70c389699e5353187970336dc (diff) | |
cleanup logging outputv0.20.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ func (n *Node) Bool() bool { return false // widget.GetBool(n.State.Value) } +func (n *Node) CurrentS() string { + return n.State.CurrentS +} + func (n *Node) String() string { switch n.WidgetType { case widget.Button: |
