Skip to content

Commit

Permalink
update electron import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hbbb committed Mar 10, 2024
1 parent 919e2af commit c290425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { titlebar } from './contexts/titlebar.js'
import windowStateKeeper from 'electron-window-state'
import { autoUpdater } from 'electron-updater'
import logger from 'electron-log'
import { dialog } from 'electron/main'
import { dialog } from 'electron'

// The built directory structure
//
Expand Down

0 comments on commit c290425

Please sign in to comment.