From 0b0f1c9c5cf6027aab44a3107c0a8d38cb95929b Mon Sep 17 00:00:00 2001 From: alazymeme Date: Fri, 21 Aug 2020 23:33:56 +1000 Subject: [PATCH] Add microsoft edge support for incognito (#1875) * Fix incognito button missing * Update CHANGELOG.md --- CHANGELOG.md | 1 + src/util/IncognitoBrowser.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bdeec33..15a72a8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Minor: Removed "Online Logs" functionality as services are shut down (#1640) - Minor: CTRL+F now selects the Find text input field in the Settings Dialog (#1806 #1811) - Minor: CTRL+F now selects the search text input field in the Search Popup (#1812) +- Bugfix: Fixed not being able to open links in incognito with Microsoft Edge (Chromium) (#1875) - Bugfix: Fix the incorrect `Open stream in browser` labelling in the whisper split (#1860) - Bugfix: Fix preview on hover not working when Animated emotes options was disabled (#1546) - Bugfix: FFZ custom mod badges no longer scale with the emote scale options (#1602) diff --git a/src/util/IncognitoBrowser.cpp b/src/util/IncognitoBrowser.cpp index 460f8fcfa..fb3557443 100644 --- a/src/util/IncognitoBrowser.cpp +++ b/src/util/IncognitoBrowser.cpp @@ -15,6 +15,7 @@ namespace { {"firefox", "-private-window"}, {"chrome", "-incognito"}, {"vivaldi", "-incognito"}, {"opera", "-newprivatetab"}, {"opera\\\\launcher", "--private"}, {"iexplore", "-private"}, + {"msedge", "-inprivate"}, }; // transform into regex and replacement string