From 10c5a927cb619f1aa2a599cbe3667820f4766bda Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Nov 2017 14:46:20 -0600 Subject: more global config ref cleanup (#7802) --- app/command_shortcuts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/command_shortcuts.go') 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, -- cgit v1.2.3-1-g7c22