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 9ff6490 commit 702aa53Copy full SHA for 702aa53
electron/src/index.ts
@@ -590,7 +590,7 @@ const networkMenuTemplate: Array<MenuItemConstructorOptions> = [
590
if (changed) {
591
console.log("*** Joining...");
592
g_mainWindow = null;
593
- g_statusEmitter = null;
+ //g_statusEmitter = null;
594
//await try_shutdown();
595
app.relaunch()
596
//app.exit(0)
@@ -606,7 +606,7 @@ const networkMenuTemplate: Array<MenuItemConstructorOptions> = [
606
607
console.log("*** Switching...");
608
609
610
611
console.log("*** Switching: RELAUNCH");
612
0 commit comments