Changeset 0.27.4 (#171)

This commit is contained in:
2026-03-11 10:30:12 +00:00
parent a46ec63464
commit 07432233f7
13 changed files with 736 additions and 57 deletions

View File

@@ -630,6 +630,9 @@ const UI = {
// Refresh workflow queue section (workflow channels filtered out of chat list)
if (typeof WorkflowQueue !== 'undefined') WorkflowQueue.refresh();
// Refresh task sidebar section (v0.27.4)
if (typeof TaskSidebar !== 'undefined') TaskSidebar.refresh();
},
toggleFolder(folderId) {