mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add help tag to Title in common_settings
This commit is contained in:
parent
2da3344612
commit
c308d1b6c2
@ -49,7 +49,7 @@ type Common struct {
|
|||||||
|
|
||||||
Enabled bool `help:"Determines whether or not this module is executed and if its data displayed onscreen." values:"true, false"`
|
Enabled bool `help:"Determines whether or not this module is executed and if its data displayed onscreen." values:"true, false"`
|
||||||
RefreshInterval int `help:"How often, in seconds, this module will update its data." values:"A positive integer, 0..n." optional:"true"`
|
RefreshInterval int `help:"How often, in seconds, this module will update its data." values:"A positive integer, 0..n." optional:"true"`
|
||||||
Title string
|
Title string `help:"The title string to show when displaying this module" optional:"true"`
|
||||||
Config *config.Config
|
Config *config.Config
|
||||||
|
|
||||||
focusChar int `help:"Define one of the number keys as a short cut key to access the widget." optional:"true"`
|
focusChar int `help:"Define one of the number keys as a short cut key to access the widget." optional:"true"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user