Skip to content

Restarting Stream Deck app or computer removes button image and text #106

Answered by ChekTek
Muhomorik asked this question in Help
Discussion options

You must be logged in to vote

Hi @Muhomorik,

That is correct, user set icons and titles are retained on restart, but icons and titles provided by the plugin will need to be set again. There are a few events that can help with this: willAppear on the action (this is typically where I handle drawing things) or systemDidWakeUp from Stream Deck.

https://docs.elgato.com/sdk/plugins/events-received#willappear
https://docs.elgato.com/sdk/plugins/events-received#systemdidwakeup

The SDK also provides a connected event that is sent when the plugin opens the websocket connection to Stream Deck.

All of these could work to help keep the key icon and title up to date.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GeekyEggo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants