Add Spotify to the overlay blacklist. It can cause Mumble to freeze/hang for multiple seconds.

Diagnosed using the updated dead client notice added
in fd782c3cb2.
This commit is contained in:
Mikkel Krautz 2014-11-02 22:26:42 +01:00
parent fd782c3cb2
commit e5b6dac26d

View File

@ -66,6 +66,7 @@ static const char *overlayBlacklist[] = {
"Origin.exe", // EA Origin
"HydraSysTray.exe", // Razer Hydra system tray
"devenv.exe", // Microsoft Visual Studio
"spotify.exe", // Spotify
NULL
};