mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix the Todoist widget title
This commit is contained in:
parent
3ce6daee71
commit
749318ead6
@ -16,7 +16,7 @@ func (widget *Widget) display() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
widget.View.SetTitle(fmt.Sprintf("%s- [green]%s[white] ", widget.Name, proj.Project.Name))
|
widget.View.SetTitle(fmt.Sprintf(" [green]%s[white] ", proj.Project.Name))
|
||||||
str := wtf.SigilStr(len(widget.projects), widget.idx, widget.View) + "\n"
|
str := wtf.SigilStr(len(widget.projects), widget.idx, widget.View) + "\n"
|
||||||
|
|
||||||
maxLen := proj.LongestLine()
|
maxLen := proj.LongestLine()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user