This commit is contained in:
Rushikesh Tote 2022-03-08 12:37:36 +05:30 committed by Abhinav
parent 7f4936af66
commit 33507b5f40

View file

@ -10,7 +10,7 @@ import { PROD_HOST_URL, RENDERER_OUTPUT_DIR } from '../config';
import { isDev } from './utils/common'; import { isDev } from './utils/common';
if (isDev) { if (isDev) {
electronReload(__dirname, {}) as any; electronReload(__dirname, {});
} }
let tray: Tray; let tray: Tray;