mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 12:32:10 +00:00
Fix
This commit is contained in:
parent
bb90671979
commit
8361b4e4a0
5 changed files with 7 additions and 7 deletions
|
@ -100,6 +100,7 @@ namespace ServiceLib.Handler
|
|||
}
|
||||
else
|
||||
{
|
||||
SaveLog(result.Description);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
using MaterialDesignThemes.Wpf;
|
||||
using Microsoft.Win32;
|
||||
using ReactiveUI;
|
||||
using Splat;
|
||||
using System.Reactive.Disposables;
|
||||
|
|
Loading…
Reference in a new issue