Skip to content

Commit

Permalink
modify electron ipc setup
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Feb 21, 2020
1 parent 996f6eb commit 48aca59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aiplugs.PoshApp/ElectronIpc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Aiplugs.PoshApp
{
public class ElectronIpc
{
public static async void Setup()
public static void Setup()
{
var menu = new MenuItem[] {
new MenuItem {
Expand Down Expand Up @@ -137,7 +137,7 @@ public static async void Setup()
Electron.Clipboard.WriteText(text.ToString());
});

await Electron.AutoUpdater.CheckForUpdatesAndNotifyAsync();
Electron.AutoUpdater.CheckForUpdatesAndNotifyAsync();
}
}
}

0 comments on commit 48aca59

Please sign in to comment.