mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-20 23:57:11 +00:00
add debug option
This commit is contained in:
@@ -15,6 +15,11 @@ namespace ElectronNET.API
|
||||
/// </summary>
|
||||
public sealed class App
|
||||
{
|
||||
/// <summary>
|
||||
/// Print every message sent to the socket
|
||||
/// </summary>
|
||||
public static bool SocketDebug { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Emitted when all windows have been closed.
|
||||
/// <para/>
|
||||
|
||||
Reference in New Issue
Block a user