Skip to content

Commit e238eeb

Browse files
committed
fix #12
1 parent da349a5 commit e238eeb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

KuchiPaku/ViewModels/MainWindowViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Newtonsoft.Json.Linq;
2424
using Enterwell.Clients.Wpf.Notifications;
2525
using NLog;
26-
using System.Windows.Threading;
2726

2827
namespace KuchiPaku.ViewModels;
2928

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

323-
324-
325322
private static async ValueTask OpenAsync(string path){
326323
await Task.Run(() =>
327324
{

0 commit comments

Comments
 (0)