This commit is contained in:
Auric Vente
2024-07-27 13:44:07 -06:00
parent 14d4588425
commit d1bd618d70
2 changed files with 9 additions and 8 deletions

View File

@@ -63,6 +63,7 @@ class Config:
icon_off: str = ""
ant: str = "🐜"
arguments_path: Path
fade_duration: int = 500
@staticmethod
def prepare() -> None: