mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 03:57:40 +00:00
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:
parent
bf14dcd87f
commit
32b73cb2c6
@ -31,7 +31,6 @@ Ext.define('PVE.qemu.AudioInputPanel', {
|
||||
name: 'driver',
|
||||
xtype: 'proxmoxKVComboBox',
|
||||
value: 'spice',
|
||||
submitValue: true,
|
||||
fieldLabel: gettext('Backend Driver'),
|
||||
comboItems: [
|
||||
['spice', 'spice'],
|
||||
|
Loading…
Reference in New Issue
Block a user