fix(wm): add settings to multi-window exes

This commit is contained in:
LGUG2Z
2021-07-30 12:29:28 -07:00
parent 8c939328d1
commit 793ba51695

View File

@@ -45,7 +45,8 @@ lazy_static! {
"explorer.exe".to_string(),
"firefox.exe".to_string(),
"chrome.exe".to_string(),
"idea64.exe".to_string()
"idea64.exe".to_string(),
"ApplicationFrameHost.exe".to_string()
]));
}