Improve size of checkboxes. Convert bullet '-' to actual unicode bullets
This commit is contained in:
parent
a375be629c
commit
63cf561bfe
6 changed files with 431 additions and 11 deletions
|
|
@ -30,7 +30,7 @@ def load_db_config() -> DBConfig:
|
|||
legacy = s.value("db/path", "", type=str)
|
||||
if legacy:
|
||||
path_str = legacy
|
||||
# Optional: migrate and clean up the old key
|
||||
# migrate and clean up the old key
|
||||
s.setValue("db/default_db", legacy)
|
||||
s.remove("db/path")
|
||||
path = Path(path_str) if path_str else _default_db_location()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue