Skip to content

Commit

Permalink
#28 set default device for Set App Audio Device
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Mar 7, 2021
1 parent 86c164f commit d3afbb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/com.geekyeggo.sounddeck.streamDeckPlugin
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SetAppAudioDeviceSettings extends React.Component {
render() {
return (
<PropertyInspectorWrapper>
<Select label="Audio Device" dataSourceUri="GetAppAssignableAudioDevices" valuePath="audioDeviceId" />
<Select label="Audio Device" dataSourceUri="GetAppAssignableAudioDevices" valuePath="audioDeviceId" defaultValue="PLAYBACK_DEFAULT" />
<Select label="Process" options={this.processSelectionOptions} valuePath="processSelectionType" />
{this.state.isProcessNameVisible &&
<TextField label="Name" valuePath="processName" />
Expand Down

0 comments on commit d3afbb8

Please sign in to comment.