diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index d7d6dc1..8733a07 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -669,8 +669,8 @@ const config: Config = { name: "Jalousien Büro", position: [170,658], icon: withState((s) => ( - (s["officeBlindLeftposition"] < 7 && - s["officeBlindRightposition"] < 7) ? + (s["officeBlindLeftposition"] <= 9 && + s["officeBlindRightposition"] <= 9) ? svg(icons.mdiBlindsOpen) : svg(icons.mdiBlinds) )),