mirror of
https://github.com/taigrr/wtf
synced 2026-03-27 13:42:21 -07:00
Fix spelling mistake in DefaultFocussedRowColor() name
This commit is contained in:
@@ -100,7 +100,7 @@ func NewCommonSettingsFromModule(name, defaultTitle string, moduleConfig *config
|
||||
return &common
|
||||
}
|
||||
|
||||
func (common *Common) DefaultFocussedRowColor() string {
|
||||
func (common *Common) DefaultFocusedRowColor() string {
|
||||
return fmt.Sprintf("%s:%s", common.Colors.HighlightFore, common.Colors.HighlightBack)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user