Some issues (#452)

* possible UI theming fix

* gob blood

* filter guidebooks by Culture settings

* deleted lobby track
This commit is contained in:
Ed
2024-09-23 18:34:04 +03:00
committed by GitHub
parent ecdb02650b
commit 468e3c9f69
17 changed files with 66 additions and 38 deletions

View File

@@ -49,4 +49,10 @@ public class GuideEntry
[DataField]
public bool CrystallPunkAllowed = false;
/// <summary>
/// ability to disable guidebooks in the wrong language. Use "ru-RU" or "en-US" for example, check ContentLocalizationManager.Culture
/// </summary>
[DataField]
public string? LocFilter;
}