typo fixed.
This commit is contained in:
parent
c9bd836af2
commit
44fa9b552f
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ messenger.runtime.onMessage.addListener(async (message, sender, sendResponse) =>
|
||||||
case 'shortcut_do_prompt':
|
case 'shortcut_do_prompt':
|
||||||
taLog.log("Executing shortcut, promptId: " + message.promptId);
|
taLog.log("Executing shortcut, promptId: " + message.promptId);
|
||||||
menus.executeMenuAction(message.promptId);
|
menus.executeMenuAction(message.promptId);
|
||||||
brea
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue