fix #342: edge url detection

This commit is contained in:
antelle 2016-09-05 21:36:34 +03:00
parent f7d78bc9d7
commit 48f3445be2
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -8,7 +8,8 @@ namespace KeeWebHelper
{
class WindowHelper
{
static readonly string[] BrowserProcessNames = new[] { "chrome", "firefox", "iexplore", "edge", "opera", "browser" };
static readonly string[] BrowserProcessNames = new[] { "chrome", "firefox", "opera", "browser",
"applicationframehost", "iexplore", "edge" };
static readonly string[] BrowserWindowClasses = new[] { "Chrome_WidgetWin_1" };
[DllImport("user32.dll")]