Add option to automatically move yesterday's unchecked TODOs to today on startup
This commit is contained in:
parent
f7903c2cd9
commit
58f4f0a0b5
8 changed files with 99 additions and 4 deletions
|
|
@ -20,6 +20,7 @@ class DBConfig:
|
|||
key: str
|
||||
idle_minutes: int = 15 # 0 = never lock
|
||||
theme: str = "system"
|
||||
move_todos: bool = False
|
||||
|
||||
|
||||
class DBManager:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue