diff options
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 "" } |
