added brave browser to supported NM list (#1862)

* added brave browser to supported NM list

* updated CHANGELOG.md
This commit is contained in:
Matthew Marlow 2020-08-15 01:14:59 -07:00 committed by GitHub
parent 95d6be6bb9
commit 8530ffb7e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
## Unversioned
- Minor: Added support for Brave browser. (#1862)
- Major: We now support image thumbnails coming from the link resolver. This feature is off by default and can be enabled in the settings with the "Show link thumbnail" setting. This feature also requires the "Show link info when hovering" setting to be enabled (#1664)
- Major: Added image upload functionality to i.nuuls.com with an ability to change upload destination. This works by dragging and dropping an image into a split, or pasting an image into the text edit field. (#1332, #1741)
- Minor: Add a switcher widget, similar to Discord. It can be opened by pressing Ctrl+K. (#1588)

View file

@ -188,7 +188,8 @@ void AttachedWindow::attachToHwnd(void *_attachedPtr)
!qfilename.endsWith("firefox.exe") &&
!qfilename.endsWith("vivaldi.exe") &&
!qfilename.endsWith("opera.exe") &&
!qfilename.endsWith("msedge.exe"))
!qfilename.endsWith("msedge.exe") &&
!qfilename.endsWith("brave.exe"))
{
qDebug() << "NM Illegal caller" << qfilename;