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:
-rw-r--r--overlay/overlay_blacklist.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index 7c2c0e7c5..071a0554f 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -45,7 +45,16 @@ static const char *overlayBlacklist[] = {
"EpicGamesLauncher.exe", // Epic, Unreal Tournament launcher
"dwm.exe", // Windows Desktop Window Manager
"MouseKeyboardCenter.exe",
- "outlook.exe",
+
+ // Microsoft Office
+ "outlook.exe", // Outlook
+ "winword.exe", // Word
+ "excel.exe", // Excel
+ "powerpnt.exe", // PowerPoint
+ "onenote.exe", // OneNote
+ "mspub.exe", // Publisher
+ "msaccess.exe", // Access
+
NULL
};