aboutsummaryrefslogtreecommitdiff
path: root/models/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/templates.go')
-rw-r--r--models/templates.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go
index dc984fc4..cebad5ea 100644
--- a/models/templates.go
+++ b/models/templates.go
@@ -43,6 +43,7 @@ type TemplateData interface {
TrayInfo() string
PendingKeys() string
Style(string, string) string
+ StyleSwitch(string, ...Case) string
}
type Case interface {