We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d34eac commit 8e6ace9Copy full SHA for 8e6ace9
src/main/index.js
@@ -239,6 +239,8 @@ const createMainWindow = () => {
239
return window;
240
};
241
242
+app.commandLine.appendSwitch('enable-experimental-web-platform-features');
243
+
244
if (process.platform === 'darwin') {
245
const osxMenu = Menu.buildFromTemplate(MacOSMenu(app));
246
Menu.setApplicationMenu(osxMenu);
0 commit comments