mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-09 02:07:47 +00:00
build fix
This commit is contained in:
@@ -21,8 +21,7 @@ namespace ElectronNET.WebApp.Controllers
|
||||
|
||||
await Electron.Dialog.ShowMessageBoxAsync(options);
|
||||
});
|
||||
|
||||
Electron.App.WillQuit += () => Task.Run(() => Electron.GlobalShortcut.UnregisterAll());
|
||||
Electron.App.WillQuit += arg => Task.Run(() => Electron.GlobalShortcut.UnregisterAll());
|
||||
}
|
||||
|
||||
return View();
|
||||
|
||||
Reference in New Issue
Block a user