unix-streamdeck/streamdeckui

Adding a clock on one of the buttons doesn't reflect in the UI

ScuttleSE opened this issue · 2 comments

I put "Icon Handler" to "Time" on one of my buttons, and I get a clock. Works perfectly. It does not reflect in the UI though. Something in the UI to indicate that the blank button isn't actually blank would be neat.

That's to do with Handlers only existing on the daemon side, I'll look into the possibility of running handlers on the UI side too, either that or streaming the actual images from the daemon, not sure how feasible it will be though

Also possible would be that handler code could have a preview function that was just a static element so it’s not blank?…