Skip to content

Commit

Permalink
小调整
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jan 27, 2025
1 parent 89b096d commit 842bb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gui/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function createWindow (startHideWindow, autoQuitIfError = true) {
}
win.webContents.executeJavaScript('config')
.then((value) => {
log.info('window.config:', value, ', key:', input.key)
console.info('window.config:', value, ', key:', input.key)
if (!value || (value.disableBeforeInputEvent !== true && value.disableBeforeInputEvent !== 'true')) {
shortcut(event, input)
}
Expand Down

0 comments on commit 842bb4a

Please sign in to comment.