fix: output device switch (#618)

master
Vidocq 4 years ago committed by GitHub
parent 07455c8ecd
commit fa9f2d9785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@
<div class="title"> {{ $t('settings.deviceSelector') }} </div>
</div>
<div class="right">
<select v-model="outputDevice" :disabled="withoutAudioPrivilege">
<select v-model="outputDevice">
<option
v-for="device in allOutputDevices"
:key="device.deviceId"
@ -423,7 +423,6 @@ export default {
label: 'settings.permissionRequired',
},
],
withoutAudioPrivilege: true,
};
},
computed: {

Loading…
Cancel
Save