Skip to content

Commit

Permalink
fix: cant open lyrics window
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Dec 24, 2023
1 parent b79bfea commit 14f539f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/event/ipc-main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import normalizeUrl from 'normalize-url'
import log from 'electron-log'
import store from '@/electron/store/index'
import path from 'path'
import { LyricsPathUrl, PreloadPath } from '@/electron/utils'
import { LyricsPathUrl, PreloadPath } from '@/electron/constants'

export const onIpcMainEvent = (win: BrowserWindow) => {
let lyrics: null | BrowserWindow
Expand Down

0 comments on commit 14f539f

Please sign in to comment.