mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 windows] Fix WindowClose defaults
This commit is contained in:
parent
7db6604227
commit
1945616328
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import "runtime"
|
|||
|
||||
var defaultWindowEventMapping = map[string]map[WindowEventType]WindowEventType{
|
||||
"windows": {
|
||||
Windows.WindowClose: Common.WindowClosing,
|
||||
Windows.WindowInactive: Common.WindowLostFocus,
|
||||
Windows.WindowClickActive: Common.WindowFocus,
|
||||
Windows.WindowActive: Common.WindowFocus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue