From 21ed26e104befb0293c8353f3e5ee12a736a84d0 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Tue, 25 Jul 2023 14:58:00 +1200 Subject: [PATCH] update params --- src/web/components/c-category-li.mjs | 2 ++ 1 file changed, 2 insertions(+) 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();