fix: Crash on MS Edge browser ext connection (#1852)

This commit is contained in:
Karar Al-Remahy 2020-08-13 14:53:36 +02:00 committed by GitHub
parent 36dd640cd9
commit b52d15b9b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,9 @@ void AttachedWindow::attachToHwnd(void *_attachedPtr)
if (!qfilename.endsWith("chrome.exe") &&
!qfilename.endsWith("firefox.exe") &&
!qfilename.endsWith("vivaldi.exe") &&
!qfilename.endsWith("opera.exe"))
!qfilename.endsWith("opera.exe") &&
!qfilename.endsWith("msedge.exe"))
{
qDebug() << "NM Illegal caller" << qfilename;
this->timer_.stop();