Addjust blind icon threshold to maximum window-open-save extention
This commit is contained in:
parent
b6c7ba89cb
commit
eb7d1f7c5d
1 changed files with 2 additions and 2 deletions
|
|
@ -669,8 +669,8 @@ const config: Config = {
|
||||||
name: "Jalousien Büro",
|
name: "Jalousien Büro",
|
||||||
position: [170,658],
|
position: [170,658],
|
||||||
icon: withState((s) => (
|
icon: withState((s) => (
|
||||||
(s["officeBlindLeftposition"] < 7 &&
|
(s["officeBlindLeftposition"] <= 9 &&
|
||||||
s["officeBlindRightposition"] < 7) ?
|
s["officeBlindRightposition"] <= 9) ?
|
||||||
svg(icons.mdiBlindsOpen) :
|
svg(icons.mdiBlindsOpen) :
|
||||||
svg(icons.mdiBlinds)
|
svg(icons.mdiBlinds)
|
||||||
)),
|
)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue