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
+3 -1
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();