This commit is contained in:
Auric Vente
2024-07-21 02:39:14 -06:00
parent 0ecee9230e
commit 83a09e72c6
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ class Config:
input_caret_color: str = "rgb(18, 18, 18)"
settings_json: Path
countries_json: Path
filter_width: int = 150
@staticmethod
def prepare() -> None: