don't mind me, simple CTRL S

This commit is contained in:
4sval
2022-07-31 03:41:41 +02:00
parent 5330da94c8
commit ad2f275d5e
11 changed files with 233 additions and 197 deletions

View File

@@ -370,6 +370,7 @@ public class CUE4ParseViewModel : ViewModel
{
await LoadGameLocalizedResources();
await LoadHotfixedLocalizedResources();
await _threadWorkerView.Begin(_ => Utils.Typefaces = new Typefaces(this));
if (LocalizedResourcesCount > 0)
{
FLogger.AppendInformation();
@@ -388,7 +389,6 @@ public class CUE4ParseViewModel : ViewModel
await _threadWorkerView.Begin(cancellationToken =>
{
LocalizedResourcesCount = Provider.LoadLocalization(UserSettings.Default.AssetLanguage, cancellationToken);
Utils.Typefaces = new Typefaces(this);
});
}

View File

@@ -109,6 +109,7 @@ public class GameSelectorViewModel : ViewModel
yield return GetUnrealEngineGame("Snoek", "\\StateOfDecay2\\Content\\Paks");
yield return GetUnrealEngineGame("a99769d95d8f400baad1f67ab5dfe508", "\\Core\\Platform\\Content\\Paks");
yield return GetUnrealEngineGame("Nebula", "\\BendGame\\Content");
yield return GetUnrealEngineGame("711c5e95dc094ca58e5f16bd48e751d6", "\\MultiVersus\\Content");
yield return GetRiotGame("VALORANT", "ShooterGame\\Content\\Paks");
yield return new DetectedGame { GameName = "Valorant [LIVE]", GameDirectory = Constants._VAL_LIVE_TRIGGER };
yield return GetMojangGame("MinecraftDungeons", "\\dungeons\\dungeons\\Dungeons\\Content\\Paks");
@@ -365,4 +366,4 @@ public class GameSelectorViewModel : ViewModel
}
}
}
}
}