add online toggle

This commit is contained in:
Anthony Samms
2025-11-01 16:00:14 -04:00
parent acb69df7ff
commit a1bc58b5ea
5 changed files with 18 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ class GeneralConfig(TypedDict):
judge_counter: bool
nijiiro_notes: bool
log_level: int
fake_online: bool
class NameplateConfig(TypedDict):
name: str