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