diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/templates.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go index 4886b83c..916b3974 100644 --- a/models/templates.go +++ b/models/templates.go @@ -40,4 +40,5 @@ type TemplateData interface { StatusInfo() string TrayInfo() string PendingKeys() string + Style(string, string) string } |