Add help text for intervals
This commit is contained in:
parent
20c73767de
commit
b0764b684a
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue