auto task switch for work desktop (default)

This commit is contained in:
buenosairesam
2025-05-13 05:00:46 -03:00
parent 7995040c82
commit 7a75d1caae
5 changed files with 26 additions and 7 deletions

View File

@@ -45,3 +45,7 @@ def init_work_state(wd: dict):
},
}
)
def retrieve_work_state():
return states.find_one({"_id": "work"})