mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-31 15:10:04 +05:00
Refactor Utils
This commit is contained in:
@@ -85,7 +85,7 @@ namespace ServiceLib.ViewModels
|
||||
private async Task RemoteRestore()
|
||||
{
|
||||
DisplayOperationMsg();
|
||||
var fileName = Utils.GetTempPath(Utils.GetGUID());
|
||||
var fileName = Utils.GetTempPath(Utils.GetGuid());
|
||||
var result = await WebDavHandler.Instance.GetRawFile(fileName);
|
||||
if (result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user