From 10336caf9edca2204a64955903f865de6e2b6cb2 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Tue, 5 Feb 2019 19:39:10 -0600 Subject: Add Discord, GOG Galaxy, and Spotify to default blacklist --- src/settings.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index 40d6d010..0ce647fd 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -424,6 +424,9 @@ QString Settings::executablesBlacklist() const << "TGitCache.exe" << "Steam.exe" << "GameOverlayUI.exe" + << "Discord.exe" + << "GalaxyClient.exe" + << "Spotify.exe" ).join(";") ).toString(); } -- cgit v1.3.1