1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-09 14:34:05 +02:00

Disable CefSharp's default parent process monitor

This commit is contained in:
chylex 2022-01-16 17:49:30 +01:00
parent fa534f9eb3
commit e2ac38ed0b
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -112,6 +112,7 @@ public void Launch(ResourceCache resourceCache, PluginManager pluginManager) {
BrowserCache.RefreshTimer();
CefSharpSettings.WcfEnabled = false;
CefSharpSettings.SubprocessExitIfParentProcessClosed = false;
CefSettings settings = new CefSettings {
UserAgent = BrowserUtils.UserAgentChrome,