add option to set date label as system locale format
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user