mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:57:22 +01:00
minor fixes
This commit is contained in:
parent
014172ea3c
commit
5f18d736da
2 changed files with 7 additions and 6 deletions
|
|
@ -278,7 +278,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||
_downloadCancellationTokenSource = _downloadCancellationTokenSource?.CancelRecreate() ?? new CancellationTokenSource();
|
||||
var downloadToken = _downloadCancellationTokenSource.Token;
|
||||
|
||||
Task.Run(async () =>
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
Dictionary<string, string> moddedPaths = new(StringComparer.Ordinal);
|
||||
|
||||
|
|
@ -403,7 +403,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||
{
|
||||
Logger.LogTrace("[BASE-{appBase}] {this} visibility changed, now: {visi}, cached data exists", appData, this, IsVisible);
|
||||
|
||||
Task.Run(async () =>
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
_lastGlamourerData = await _ipcManager.GlamourerGetCharacterCustomizationAsync(PlayerCharacter).ConfigureAwait(false);
|
||||
ApplyCharacterData(appData, _cachedData!, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue