mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
add Steam and chrome to (default) overlay blacklist
Otherwise, Steam as well as chrome (with flash?) get hooked. This will result in the need to restart them on Mumble updating for example, which is confusing to users because there is no visible overlay in those applications anyway.
This commit is contained in:
parent
7d6beedc9a
commit
4ec62f12aa
@ -60,6 +60,8 @@ static const char *overlayBlacklist[] = {
|
||||
"hlfaceposer.exe", // Face Poser (from Source SDK)
|
||||
"LoLLauncher.exe", // League of Legends Launcher/Patcher
|
||||
"acrobat.exe", // Adobe Acrobat
|
||||
"Steam.exe", // Prevent invisible hooking
|
||||
"chrome.exe", // Prevent invisible hooking (flash?)
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user