Skip to content

Commit

Permalink
Fixed macos Copy/paste menu (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jan 15, 2024
1 parent 15f68b9 commit 43b71e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron.main/ElectronMain.hx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ElectronMain {
#if debug
enableDebugMenu();
#else
electron.main.Menu.setApplicationMenu( electron.main.Menu.buildFromTemplate( [] ) ); // macos
// electron.main.Menu.setApplicationMenu( electron.main.Menu.buildFromTemplate( [] ) ); // macos
mainWindow.removeMenu(); // windows
#end

Expand Down

0 comments on commit 43b71e5

Please # to comment.