From 8fe01f2de1da32cedbeb4786363bf33b7b562aad Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 5 Aug 2016 18:55:00 -0700 Subject: [PATCH] win-capture: Do not blacklist league lobby window The league lobby window can apparently be captured by game capture, and may actually be useful to capture for some people. --- plugins/win-capture/game-capture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/win-capture/game-capture.c b/plugins/win-capture/game-capture.c index e0ecfdc40..3ab022c60 100644 --- a/plugins/win-capture/game-capture.c +++ b/plugins/win-capture/game-capture.c @@ -833,7 +833,6 @@ static const char *blacklisted_exes[] = { "devenv", "taskmgr", "systemsettings", - "lolclient", "cmd", NULL };