diff options
| author | Jeff Carr <[email protected]> | 2025-02-19 04:17:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-19 17:39:45 -0600 |
| commit | c64592f326aa4a76d9c773e2d4f8b775fac86b02 (patch) | |
| tree | 711dd57d08d29e6a7f112a1a9d45fe5db10e8317 /plugin.go | |
| parent | 377b08eeb6e21564f09a50db03ddd26e4e1f575f (diff) | |
more and more
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -154,8 +154,8 @@ func (tk *guiWidget) GetText() string { // return gocui.view name? return tk.cuiName } - if tk.node.State.Label != "" { - return tk.node.State.Label + if tk.GetLabel() != "" { + return tk.GetLabel() } return "" } |
