移动并重命名 code-launchpad.ts
This commit is contained in:
@@ -15,8 +15,8 @@ import {
|
||||
JetBrainsProductCode,
|
||||
JetBrainsStateDto
|
||||
} from '@my-type/jetbrains-state-tools'
|
||||
import { settingsManager } from './settings'
|
||||
import { codeLaunchpadIcon } from './resources'
|
||||
import { settingsManager } from '../settings'
|
||||
import { codeLaunchpadIcon } from '../resources'
|
||||
import { isNodeError } from '@my-type/node-error'
|
||||
import { JetBrainsDataProductDto } from '@my-type/jetbrains-data-products'
|
||||
|
||||
@@ -8,12 +8,16 @@ import {
|
||||
createCodeLaunchpadWindow,
|
||||
getIDEs,
|
||||
getIDEsVersion
|
||||
} from './code-launchpad'
|
||||
} from './code-launchpad/ide-versions-check'
|
||||
import { fanToolsIcon } from './resources'
|
||||
import path from 'path'
|
||||
|
||||
let mainWindow: BrowserWindow | null = null
|
||||
// @ts-ignore 保存引用,禁用报错
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
let mainTray: Tray | null = null
|
||||
// @ts-ignore 保存引用,禁用报错
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
let codeLaunchpadTray: Tray | null = null
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user