1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

fix: fix Jira module title formatting

Closes #942. Filing to get the ball rolling, happy to change anything.
This commit is contained in:
Tim Hwang 2020-07-29 10:07:36 -04:00
parent 5d0781f2d8
commit 9b0f4a50e8

View File

@ -77,7 +77,7 @@ func (widget *Widget) content() (string, string, bool) {
return widget.CommonSettings().Title, widget.err.Error(), true
}
title := fmt.Sprintf("%s- [green]%s[white]", widget.CommonSettings().Title, widget.settings.projects)
title := widget.CommonSettings().Title
str := fmt.Sprintf(" [%s]Assigned Issues[white]\n", widget.settings.common.Colors.Subheading)