summaryrefslogtreecommitdiffstats
path: root/app/command_shortcuts.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_shortcuts.go')
-rw-r--r--app/command_shortcuts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_shortcuts.go b/app/command_shortcuts.go
index 170911af8..5aab9658a 100644
--- a/app/command_shortcuts.go
+++ b/app/command_shortcuts.go
@@ -23,7 +23,7 @@ func (me *ShortcutsProvider) GetTrigger() string {
return CMD_SHORTCUTS
}
-func (me *ShortcutsProvider) GetCommand(T goi18n.TranslateFunc) *model.Command {
+func (me *ShortcutsProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command {
return &model.Command{
Trigger: CMD_SHORTCUTS,
AutoComplete: true,