mine
derailed 2020-03-10 23:57:38 -06:00
parent efffd2ae5d
commit e236c8c978
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func (l *LogIndicator) FullScreen() bool {
return l.fullScreen return l.fullScreen
} }
// TextWrap reports the current wrap mode. // ToggleTimestamp toggles the current timestamp mode.
func (l *LogIndicator) ToggleTimestamp() { func (l *LogIndicator) ToggleTimestamp() {
l.showTime = !l.showTime l.showTime = !l.showTime
} }