build 118 - оверлеи
This commit is contained in:
@@ -340,7 +340,7 @@ class HockeySettingsStore:
|
||||
source = source_team_states.get(state_key)
|
||||
source = source if isinstance(source, dict) else {}
|
||||
overlay = str(source.get("overlay") or defaults["overlay"]).strip()
|
||||
if overlay not in {"1", "2", "3", "4"}:
|
||||
if overlay not in {"1", "2", "3", "4", "5", "6", "7", "8"}:
|
||||
overlay = str(defaults["overlay"])
|
||||
normalised_team_states[state_key] = {
|
||||
"ru": str(source.get("ru", defaults["ru"]) or "").strip()[:48],
|
||||
|
||||
Reference in New Issue
Block a user