We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331ebb3 commit e4d03eeCopy full SHA for e4d03ee
ElectronNET.WebApp/Controllers/ShortcutsController.cs
@@ -21,8 +21,7 @@ public IActionResult Index()
21
22
await Electron.Dialog.ShowMessageBoxAsync(options);
23
});
24
-
25
- Electron.App.WillQuit += () => Task.Run(() => Electron.GlobalShortcut.UnregisterAll());
+ Electron.App.WillQuit += arg => Task.Run(() => Electron.GlobalShortcut.UnregisterAll());
26
}
27
28
return View();
0 commit comments