mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix modifier processing on windows.
Move info logs to debug.
This commit is contained in:
@@ -217,7 +217,7 @@ func processKeyBindingOptions(keyBindings map[string]func(window *WebviewWindow)
|
||||
continue
|
||||
}
|
||||
result[acc.String()] = callback
|
||||
globalApplication.info("Added Keybinding", "accelerator", acc.String())
|
||||
globalApplication.debug("Added Keybinding", "accelerator", acc.String())
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user