added basic valorant icon support + json type chooser

This commit is contained in:
iAmAsval
2020-06-29 00:35:51 +02:00
parent cbd557e6e7
commit 5439fb8b13
64 changed files with 735 additions and 135 deletions

View File

@@ -90,6 +90,7 @@ namespace FModel
private async Task Init()
{
await PaksGrabber.PopulateMenu().ConfigureAwait(false);
if (Properties.Settings.Default.UseDiscordRpc) DiscordIntegration.StartClient();
await AesGrabber.Load(Properties.Settings.Default.ReloadAesKeys).ConfigureAwait(false);
await CdnDataGrabber.DoCDNStuff().ConfigureAwait(false);
}