feat: update application menu with all v4 features

This commit is contained in:
2026-03-04 16:33:00 +05:30
parent c5a9881d8d
commit 3c11ac15ce
3 changed files with 51 additions and 5 deletions
+7 -1
View File
@@ -213,7 +213,13 @@ const ALLOWED_RECEIVE_CHANNELS = [
'pdf-operation-progress',
// Insert content from generator windows
'insert-content'
'insert-content',
// v4 menu-triggered events
'load-template-menu',
'toggle-command-palette',
'toggle-sidebar-panel',
'toggle-bottom-panel'
];
/**