Update to Electron 14

This commit is contained in:
theolivenbaum
2021-09-02 16:18:56 +02:00
parent 14ee45b88f
commit 25af4a7314
4 changed files with 34 additions and 40 deletions

View File

@@ -207,11 +207,5 @@ namespace ElectronNET.API.Entities
/// </value>
[DefaultValue(false)]
public bool WebviewTag { get; set; } = false;
/// <summary>
/// Whether to enable the remote module. Defaults to false.
/// </summary>
[DefaultValue(false)]
public bool EnableRemoteModule { get; set; } = false;
}
}