Browse Source

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.
jp9000 9 years ago
parent
commit
8fe01f2de1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/win-capture/game-capture.c

+ 0 - 1
plugins/win-capture/game-capture.c

@@ -833,7 +833,6 @@ static const char *blacklisted_exes[] = {
 	"devenv",
 	"taskmgr",
 	"systemsettings",
-	"lolclient",
 	"cmd",
 	NULL
 };