fix event bugs

This commit is contained in:
Gregor Biswanger
2017-10-25 21:28:43 +02:00
parent 1b8a7089a5
commit 4b0fca35fa
19 changed files with 343 additions and 252 deletions

View File

@@ -13,7 +13,7 @@ namespace ElectronNET.WebApp.Controllers
Electron.IpcMain.On("put-in-tray", (args) =>
{
if (Electron.Tray.Items.Count == 0)
if (Electron.Tray.MenuItems.Count == 0)
{
var menu = new MenuItem
{