Make Tags and TimeLog optional features that can be switched on/off in Settings (enabled by default)
This commit is contained in:
parent
f9ee150a23
commit
3e91f158c3
8 changed files with 49 additions and 18 deletions
|
|
@ -61,6 +61,8 @@ class DBConfig:
|
|||
idle_minutes: int = 15 # 0 = never lock
|
||||
theme: str = "system"
|
||||
move_todos: bool = False
|
||||
tags: bool = True
|
||||
time_log: bool = True
|
||||
locale: str = "en"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue