Skip to content

Commit 702aa53

Browse files
committed
//g_statusEmitter = null
1 parent 9ff6490 commit 702aa53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ const networkMenuTemplate: Array<MenuItemConstructorOptions> = [
590590
if (changed) {
591591
console.log("*** Joining...");
592592
g_mainWindow = null;
593-
g_statusEmitter = null;
593+
//g_statusEmitter = null;
594594
//await try_shutdown();
595595
app.relaunch()
596596
//app.exit(0)
@@ -606,7 +606,7 @@ const networkMenuTemplate: Array<MenuItemConstructorOptions> = [
606606
if (changed) {
607607
console.log("*** Switching...");
608608
g_mainWindow = null;
609-
g_statusEmitter = null;
609+
//g_statusEmitter = null;
610610
//await try_shutdown();
611611
console.log("*** Switching: RELAUNCH");
612612
app.relaunch()

0 commit comments

Comments
 (0)