This commit is contained in:
Justin M. Keyes
2026-04-01 17:04:41 -04:00
committed by GitHub
parent 202f67dce3
commit 68c26b344b
8 changed files with 93 additions and 42 deletions

View File

@@ -348,8 +348,7 @@ do
--- Gets a status description summarizing currently running progress messages.
--- - If none: returns empty string
--- - If one running item: "title: 42%"
--- - If multiple running items: "Progress: AVG%(N)"
--- - If N item running: "AVG%(N)"
---@param running ProgressMessage[]
---@return string
local function progress_status_fmt(running)