Merge branch 'master' into dev/AutoUpdate

This commit is contained in:
Gregor Biswanger
2019-07-28 13:24:41 +02:00
20 changed files with 2143 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ namespace ElectronNET.API.Entities
public bool DevTools { get; set; } = true;
/// <summary>
/// Whether node integration is enabled. Default is true.
/// Whether node integration is enabled. Required to enable IPC. Default is true.
/// </summary>
[DefaultValue(true)]
public bool NodeIntegration { get; set; } = true;