mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix double-render of title in Weather
This commit is contained in:
@@ -131,7 +131,6 @@ func (widget *TextWidget) addView() *tview.TextView {
|
||||
|
||||
view.SetBorder(true)
|
||||
view.SetDynamicColors(true)
|
||||
view.SetTitle(widget.ContextualTitle(widget.CommonSettings.Title))
|
||||
view.SetWrap(false)
|
||||
|
||||
return view
|
||||
|
||||
Reference in New Issue
Block a user