@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.
- package/dist/mainProcessMain.js +1 -1
- package/package.json +1 -1
package/dist/mainProcessMain.js
CHANGED
|
@@ -4528,7 +4528,7 @@ const click = async (menuItem, browserWindow, keys) => {
|
|
|
4528
4528
|
if (!browserWindow) {
|
|
4529
4529
|
return;
|
|
4530
4530
|
}
|
|
4531
|
-
await send$1('
|
|
4531
|
+
await send$1('TitleBar.handleElectronMenuClick', browserWindow.id, menuItem.label);
|
|
4532
4532
|
};
|
|
4533
4533
|
const addClickListener = item => {
|
|
4534
4534
|
if (item.submenu) {
|