Skip to content

Commit

Permalink
Fixed #55: Title disappears on experimental button
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiesche committed Sep 7, 2021
1 parent 5fb9e85 commit c246bfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/common/streamdeck.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export default class StreamDeck {
"context": context,
"payload": {
"title": title,
"target": ["software", "hardware"],
"state": 0
"target": ["software", "hardware"]
}
}
this.streamDeckWebsocket.send(JSON.stringify(message))
Expand Down

0 comments on commit c246bfb

Please sign in to comment.