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 9eb07ce commit b2ccf2cCopy full SHA for b2ccf2c
src/main/main.ts
@@ -56,13 +56,6 @@ app.whenReady().then(async () => {
56
mb.on('ready', () => {
57
mb.app.setAppUserModelId(APPLICATION.ID);
58
59
- /**
60
- * TODO: Remove @electron/remote use - see #650
61
- * GitHub OAuth 2 Login Flows - Enable Remote Browser Window Launch
62
- */
63
- require('@electron/remote/main').initialize();
64
- require('@electron/remote/main').enable(mb.window.webContents);
65
-
66
// Tray configuration
67
mb.tray.setToolTip(APPLICATION.NAME);
68
mb.tray.setIgnoreDoubleClickEvents(true);
0 commit comments