Update outdated comment on mainWindow.globals
This commit is contained in:
parent
a63a3e710f
commit
a2eff72147
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ app.on("before-quit", () => {
|
||||||
isQuitting = true;
|
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 = {
|
export const globals = {
|
||||||
tray: <null | Tray>null,
|
tray: <null | Tray>null,
|
||||||
mainWin: <null | BrowserWindow>null
|
mainWin: <null | BrowserWindow>null
|
||||||
|
|
Loading…
Reference in a new issue