mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:57:22 +01:00
implement RestoreThenUpload for charadata
This commit is contained in:
parent
5e4451fc9e
commit
1d9bb90976
3 changed files with 46 additions and 3 deletions
|
|
@ -84,6 +84,11 @@ internal sealed partial class CharaDataHubUi
|
|||
}
|
||||
});
|
||||
}
|
||||
else if (_charaDataManager.UploadTask?.IsCompleted ?? false)
|
||||
{
|
||||
var color = UiSharedService.GetBoolColor(_charaDataManager.UploadTask.Result.Success);
|
||||
UiSharedService.ColorTextWrapped(_charaDataManager.UploadTask.Result.Output, color);
|
||||
}
|
||||
});
|
||||
}
|
||||
indent.Dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue