小调整

pull/445/head
王良 2025-01-27 10:34:04 +08:00
parent 89b096d513
commit 842bb4a46f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}