Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-11-03 00:26:42 +0300
committerMikkel Krautz <mikkel@krautz.dk>2014-11-04 21:05:35 +0300
commite5b6dac26dd317ca5115f78ef3ebc84aa7ca0a7b (patch)
treeff9939296630f6c1e049b8c521ba25df41832aed /overlay
parentfd782c3cb24235be2337b71f1e411240c4c112f1 (diff)
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 fd782c3cb24235be2337b71f1e411240c4c112f1.
Diffstat (limited to 'overlay')
-rw-r--r--overlay/overlay_blacklist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index be732ddf2..04c7b1e9c 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -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
};