mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-25 00:15:22 +00:00
Implement Electron 5.0.1 compatibility
This commit is contained in:
@@ -1414,14 +1414,6 @@ namespace ElectronNET.API
|
||||
BridgeConnector.Socket.Emit("appCommandLineAppendArgument", value);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Enables mixed sandbox mode on the app. This method can only be called before app is ready.
|
||||
/// </summary>
|
||||
public void EnableMixedSandbox()
|
||||
{
|
||||
BridgeConnector.Socket.Emit("appEnableMixedSandbox");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// When critical is passed, the dock icon will bounce until either the application
|
||||
/// becomes active or the request is canceled.When informational is passed, the
|
||||
|
||||
Reference in New Issue
Block a user