Status Bar: Toggle Hidden Files/Folders

Is it possible to wrap status bar definitions in links?

For instance, I'd like to toggle the display of hidden files when I click on "2 hidden" in the status bar.

In case that doesn't make sense, in HTML/Javascript, i'd write something like this:

<a href="#" onclick="toggleHidden()">{hi} hidden</a>

Of course, I have no idea what the function I'd need to write would be for toggleHidden(), so I'd need to know that as well.

Alternatively, DO devs could just bake in that toggle functionality. :thumbsup: (I'm kind of surprised it isn't a default behavior already.)

That's not currently possible, sorry.