implement the API Demo-App complete. Implement the Clipboard-, Screen- and WebContents-API. Fix some bugs. Edit the Readme.

This commit is contained in:
Gregor Biswanger
2017-10-23 19:08:10 +02:00
parent 248ddde82b
commit 778dde2b55
51 changed files with 1780 additions and 192 deletions

View File

@@ -17,7 +17,7 @@ namespace ElectronNET.API.Extensions
AddMenuItemsId(menuItem.Submenu);
}
if (string.IsNullOrEmpty(menuItem.Id))
if (string.IsNullOrEmpty(menuItem.Id) && menuItem.Click != null)
{
menuItem.Id = Guid.NewGuid().ToString();
}