From a2eff72147dfdaa922ad0ec1ec72b5c4d595b6ee Mon Sep 17 00:00:00 2001 From: Albert Zhang Date: Mon, 4 Dec 2023 07:10:16 -0500 Subject: [PATCH] Update outdated comment on mainWindow.globals --- src/main/mainWindow.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index fb44854..5fb3ae7 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -48,7 +48,8 @@ app.on("before-quit", () => { isQuitting = true; }); -// Fixes circular dependency issues with export const +// Export a container object of objects that are used by other modules +// but won't be initialized at import time. export const globals = { tray: null, mainWin: null