mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 00:37:04 +00:00
clean up code
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user