This commit is contained in:
VictoriousRaptor 2025-07-13 19:35:11 +08:00
parent 3f1862775e
commit 5cd7ae72f4

View file

@ -8,7 +8,7 @@ namespace Flow.Launcher.Infrastructure
{
private bool constructed;
// Asssuming one original item maps to multi translated items
// Assuming one original item maps to multi translated items
// list[i] is the last translated index + 1 of original index i
private readonly List<int> originalToTranslated = new List<int>();