fix planned breaking API changes from Electron 4.0

This commit is contained in:
Gregor Biswanger
2018-09-25 23:10:58 +02:00
parent 17399f3f6c
commit 524e6c8dff
34 changed files with 869 additions and 478 deletions

View File

@@ -18,6 +18,16 @@
/// <summary>
/// Never highlight the tray icon.
/// </summary>
never
never,
/// <summary>
/// Activate highlight the tray icon.
/// </summary>
on,
/// <summary>
/// Deactivate highlight the tray icon.
/// </summary>
off
}
}

View File

@@ -126,7 +126,7 @@ namespace ElectronNET.API.Entities
/// A list of feature strings separated by ,, like CSSVariables,KeyboardEventKey to
/// enable.The full list of supported feature strings can be found in the file.
/// </summary>
public string BlinkFeatures { get; set; }
public string EnableBlinkFeatures { get; set; }
/// <summary>
/// A list of feature strings separated by ,, like CSSVariables,KeyboardEventKey to