mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-16 23:01:30 +02:00
fix(wm): listen to settingchange + devicechange
This commit adds listeners on two more events, WM_SETTINGCHANGE and WM_DEVICECHANGE, in the hope of more reliably catching monitor attachments and detachments based on info in an SO answer. fix #267
This commit is contained in:
+2
-1
@@ -56,7 +56,8 @@ features = [
|
||||
"Win32_UI_Input_KeyboardAndMouse",
|
||||
"Win32_UI_Shell",
|
||||
"Win32_UI_Shell_Common",
|
||||
"Win32_UI_WindowsAndMessaging"
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
"Win32_System_SystemServices"
|
||||
]
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user