This commit is contained in:
2dust 2024-09-07 19:04:19 +08:00
parent bb90671979
commit 8361b4e4a0
5 changed files with 7 additions and 7 deletions

View file

@ -100,6 +100,7 @@ namespace ServiceLib.Handler
}
else
{
SaveLog(result.Description);
return false;
}
}

View file

@ -1,5 +1,4 @@
using MaterialDesignThemes.Wpf;
using Microsoft.Win32;
using ReactiveUI;
using Splat;
using System.Reactive.Disposables;