add option to set date label as system locale format

This commit is contained in:
dries.k
2023-05-22 23:22:23 +02:00
parent 42f3cfcd9d
commit 234557df46
5 changed files with 20 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ from ..__version__ import __title__
DEFAULT_SETTINGS = {
"theme": "automatic",
"message/check_missed/notify": True,
"locale": False,
"logging/level": "Disabled",
"export/path": os.path.join(
Path.home(), f"{__title__.replace(' ', '-').lower()}-settings.bytes"
@@ -30,4 +31,4 @@ DEFAULT_SETTINGS = {
"ImagePopup/extensions": [".jpg", ".jpeg", ".png", ".svg"],
"ImagePopup/w": 400,
"ImagePopup/h": 400,
}
}