This commit is contained in:
Auric Vente
2024-07-21 06:00:22 -06:00
parent 3d8ff1f167
commit b96a3f3057
4 changed files with 20 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ class Config:
settings_json: Path
countries_json: Path
filter_width: int = 150
filter_debouncer_delay: int = 200
@staticmethod
def prepare() -> None: