diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 246b455..eceb7c3 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -189,6 +189,11 @@ "description": "Title of the option." }, + "optionTitle_navigateWithKeyboard": { + "message": "Navigate with keyboard", + "description": "Title of the option." + }, + "optionTitle_autoUpdateClientApp": { "message": "Auto-update client app", "description": "Title of the option." diff --git a/src/options/App.vue b/src/options/App.vue index 2aa78be..1f1fd29 100644 --- a/src/options/App.vue +++ b/src/options/App.vue @@ -126,6 +126,18 @@ +
+ + + +
+