[Cleanup] Fix Message in #find task (#4270)

* [Cleanup] Fix Message in #find task

* Update task.cpp
This commit is contained in:
Alex King 2024-04-19 10:00:13 -04:00 committed by GitHub
parent 8fa6eab2c2
commit 5a6e0c9e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ void FindTask(Client *c, const Seperator *sep)
(
can_assign_tasks ?
fmt::format(
" | {}{}",
" | {} | {} | {}",
Saylink::Silent(
fmt::format(
"#task assign {}",
@ -65,6 +65,13 @@ void FindTask(Client *c, const Seperator *sep)
),
"Assign"
),
Saylink::Silent(
fmt::format(
"#task complete {}",
t.first
),
"Complete"
),
Saylink::Silent(
fmt::format(
"#task uncomplete {}",