quick flow updates to aid discovery and implementation

This commit is contained in:
Brian Madison
2025-12-27 10:40:23 +08:00
parent 208f27dcdb
commit aba9d11c88
5 changed files with 4 additions and 8 deletions

View File

@@ -142,11 +142,7 @@ function buildMenuXml(menuItems) {
}
// Handle legacy format menu items
else if (item.trigger) {
// For legacy items, keep using cmd with *<trigger> format
let trigger = item.trigger || '';
if (!trigger.startsWith('*')) {
trigger = '*' + trigger;
}
const attrs = [`cmd="${trigger}"`];