Add microsoft edge support for incognito (#1875)
* Fix incognito button missing * Update CHANGELOG.md
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user