diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 5e71796..a0de338 100644 --- a/src/App.vue +++ b/src/App.vue | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | <SearchInput | 42 | <SearchInput |
43 | class="navbar-item is-inline-block-mobile" | 43 | class="navbar-item is-inline-block-mobile" |
44 | :hotkey="config.hotkey" | 44 | :hotkey="config.hotkey.search" |
45 | @input="filterServices" | 45 | @input="filterServices" |
46 | @search-focus="showMenu = true" | 46 | @search-focus="showMenu = true" |
47 | @search-open="navigateToFirstService" | 47 | @search-open="navigateToFirstService" |