mirror of
https://github.com/4sval/FModel.git
synced 2026-09-14 04:26:40 -05:00
new item shop icon support
This commit is contained in:
@@ -96,9 +96,9 @@ namespace FModel
|
||||
|
||||
private async Task Init()
|
||||
{
|
||||
await CdnDataGrabber.DoCDNStuff().ConfigureAwait(false);
|
||||
await PaksGrabber.PopulateMenu().ConfigureAwait(false);
|
||||
await AesGrabber.Load(Properties.Settings.Default.ReloadAesKeys).ConfigureAwait(false);
|
||||
await CdnDataGrabber.DoCDNStuff().ConfigureAwait(false);
|
||||
await Folders.DownloadAndExtractVgm().ConfigureAwait(false);
|
||||
if (Properties.Settings.Default.UseDiscordRpc) DiscordIntegration.StartClient();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user