diff --git a/src/web/components/c-category-li.mjs b/src/web/components/c-category-li.mjs index e59f5f46..8a49050b 100644 --- a/src/web/components/c-category-li.mjs +++ b/src/web/components/c-category-li.mjs @@ -66,6 +66,8 @@ export class CCategoryLi extends HTMLElement { this.app, this.category.ops, this.includeOpLiStarIcon, + false, + true ) opList.build();