Skip to content

Commit

Permalink
fix #12
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Jan 30, 2023
1 parent da349a5 commit e238eeb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions KuchiPaku/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
using Newtonsoft.Json.Linq;
using Enterwell.Clients.Wpf.Notifications;
using NLog;
using System.Windows.Threading;

namespace KuchiPaku.ViewModels;

Expand Down Expand Up @@ -320,8 +319,6 @@ await YmmpUtil.MakeAPIVoiceFaceItemAsync(
=> await OpenAsync("https://manjubox.net/ymm4/"));
}



private static async ValueTask OpenAsync(string path){
await Task.Run(() =>
{
Expand Down

0 comments on commit e238eeb

Please sign in to comment.