Controls always reappear after focusing Bike

I have Hide controls when typing enabled.

I wish Bike kept the visibility status of the outline disclosure controls & “Show interface” button the same as they were when Bike was backgrounded.

Before backgrounding

After coming back to Bike


I would expect both: the “Show interface” button and the outline disclosures to be hidden when coming back to Bike (as they were when I backgrounded Bike).

Yeah, I’ll take a look. Does seem like it should work that way.

2 Likes

I’m working on this…

Not sure if you’ll like this better, but at least it’s a bit more consistent. I’m syncing the control (plus that button) visible state to NSCursor visible state. So any action that hides mouse caret will also hide those controls. And any action that shows mouse caret will show those controls.

Generally this means if Bike controls are hidden, and then you use keyboard to (Command-Tab) to go back to Bike, controls should stay hidden. On the other hand if you use mouse controls will show.

Anyway, give next release a try and see what you think.

1 Like

That seems very reasonable! Thank you!