I've created an object A and an object controller B that toggles it on/off. What i want to do is that when the theme is applied (during computer startup or when we manually apply it), object A should not show up, in other words it should remain hidden; so that when someone wants he can toggle it on by clicking on the controller B. But this doesn't seem to be happening, whenever the theme is applied or computer is started the object A shows up. Is there a way that i can set it to be hidden by default?