clean up code

This commit is contained in:
Eva Ho
2023-07-06 17:03:14 -04:00
parent 6fbd96dab1
commit 8681ba0ee2
2 changed files with 1 additions and 5 deletions

View File

@@ -1,12 +1,11 @@
import { spawn, exec } from 'child_process'
import { app, autoUpdater, dialog, Tray, Menu, nativeTheme, Notification } from 'electron'
import { app, autoUpdater, dialog, Tray, Menu, nativeTheme } from 'electron'
import * as path from 'path'
import * as fs from 'fs'
require('@electron/remote/main').initialize()
let tray: Tray | null = null
let secondInstance: Boolean = false
const SingleInstanceLock = app.requestSingleInstanceLock()
const createSystemtray = () => {