@lvce-editor/main-process 2.32.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4528,7 +4528,7 @@ const click = async (menuItem, browserWindow, keys) => {
4528
4528
  if (!browserWindow) {
4529
4529
  return;
4530
4530
  }
4531
- await send$1('ElectronApplicationMenu.handleClick', browserWindow.id, menuItem.label);
4531
+ await send$1('TitleBar.handleElectronMenuClick', browserWindow.id, menuItem.label);
4532
4532
  };
4533
4533
  const addClickListener = item => {
4534
4534
  if (item.submenu) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/main-process",
3
- "version": "2.32.0",
3
+ "version": "3.0.0",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "electron"