From 0ce06752c3c027ee68e1964f5f75876b8444f805 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Tue, 14 May 2024 16:16:09 +0530 Subject: [PATCH] chore: Add description for executing action in Web UI --- wxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/wxt.config.ts b/wxt.config.ts index 9e49dc8..aa890c4 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -71,6 +71,7 @@ export default defineConfig({ : undefined, commands: { _execute_action: { + description: "Open the Web UI", suggested_key: { default: "Ctrl+Shift+L" }