summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp3
1 files changed, 3 insertions, 0 deletions
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();
}