Move Zzz large line from translations to constants

This commit is contained in:
Ivan Zorin
2024-04-04 12:45:45 +03:00
parent 20bb895253
commit 9a46d98e37
38 changed files with 4 additions and 112 deletions

View File

@@ -146,6 +146,7 @@ def get_constants() -> List[Tuple[str, str]]:
("SmallSymbolState", "State"),
("SmallSymbolNoVBus", "No VBus"),
("SmallSymbolVBus", "VBus"),
("LargeSymbolSleep", "Zzz"),
]