Skip to content

Commit 8e6ace9

Browse files
committed
feat: enable-experimental-web-platform-features
1 parent 8d34eac commit 8e6ace9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ const createMainWindow = () => {
239239
return window;
240240
};
241241

242+
app.commandLine.appendSwitch('enable-experimental-web-platform-features');
243+
242244
if (process.platform === 'darwin') {
243245
const osxMenu = Menu.buildFromTemplate(MacOSMenu(app));
244246
Menu.setApplicationMenu(osxMenu);

0 commit comments

Comments
 (0)