ui: qemu/audio: submitValue is default true for combobox

this was previously a display field, where submitValue defaults to
false, so we required to enable it explicitly. As it changed to a
combo box we can drop that.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-12 13:08:02 +01:00
parent bf14dcd87f
commit 32b73cb2c6

View File

@ -31,7 +31,6 @@ Ext.define('PVE.qemu.AudioInputPanel', {
name: 'driver',
xtype: 'proxmoxKVComboBox',
value: 'spice',
submitValue: true,
fieldLabel: gettext('Backend Driver'),
comboItems: [
['spice', 'spice'],