Add help text for intervals

This commit is contained in:
KemoNine 2020-09-04 18:50:57 -04:00
parent 20c73767de
commit b0764b684a
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ func ConfigGui(config *koanf.Koanf) {
main.SetTitle("Configure Intervals") main.SetTitle("Configure Intervals")
main.Clear() main.Clear()
main.AddItem(intervalsForm, 0, 1, true) main.AddItem(intervalsForm, 0, 1, true)
main.AddItem(tview.NewTextView().SetText("Intervals are a number + letter\n\nUse\ns for seconds\nm for minutes\nh for hours\nd for days\nw for weeks"), 0, 1, false)
app.SetFocus(intervalsForm) app.SetFocus(intervalsForm)
} }
if title == "HDMI On/Off" { if title == "HDMI On/Off" {