-
|
Is it possible to hide the activated relay on the home screen? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I don’t remember having implemented any feature to hide that, but you can select its color and if you select it to black (rgb 0,0,0) it won’t be visible… |
Beta Was this translation helpful? Give feedback.
-
|
Currently, I haven't selected a color anywhere and the icon is white. |
Beta Was this translation helpful? Give feedback.
-
|
If the Chip Icon is deleted, it will also work ;-) |
Beta Was this translation helpful? Give feedback.

I see the default is black, so in the code we probably have something to ignore user’s settings when it is black. If that is the case, you will have to choose something very close to 0 (like 0,0,1 or 1,1,1) and it will be almost invisible.
If possible, please add an enhancement request (issues area) and I can take a look on an improvement for this.