mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
code style
This commit is contained in:
@@ -80,4 +80,4 @@ internal sealed class InfoBarService : IInfoBarService
|
||||
taskContext.BeginInvokeOnMainThread(() => collection.Remove(sender));
|
||||
sender.Closed -= infobarClosedEventHandler;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -58,7 +58,7 @@ internal sealed partial class LaunchGameShared
|
||||
}
|
||||
|
||||
[Command("HandleConfigurationFileNotFoundCommand")]
|
||||
private async void HandleConfigurationFileNotFoundAsync()
|
||||
private async ValueTask HandleConfigurationFileNotFoundAsync()
|
||||
{
|
||||
launchOptions.TryGetGameFileSystem(out GameFileSystem? gameFileSystem);
|
||||
ArgumentNullException.ThrowIfNull(gameFileSystem);
|
||||
|
||||
Reference in New Issue
Block a user