typo fixed.

This commit is contained in:
mic 2024-09-22 22:00:14 +02:00
parent c9bd836af2
commit 44fa9b552f

View file

@ -195,7 +195,7 @@ messenger.runtime.onMessage.addListener(async (message, sender, sendResponse) =>
case 'shortcut_do_prompt':
taLog.log("Executing shortcut, promptId: " + message.promptId);
menus.executeMenuAction(message.promptId);
brea
break;
default:
break;
}