mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Enum fields should have type "enum", not "text".
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<param name="width" type="numeric" title="Display width"/>
|
||||
<param name="height" type="numeric" title="Display height"/>
|
||||
<param name="color-depth" type="text" title="Color depth">
|
||||
<param name="color-depth" type="enum" title="Color depth">
|
||||
<option value="8">256 color</option>
|
||||
<option value="16">Low color (16-bit)</option>
|
||||
<option value="24">True color (24-bit)</option>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<param name="read-only" type="boolean" title="Read-only"/>
|
||||
<param name="swap-red-blue" type="boolean" title="Swap red/blue components"/>
|
||||
|
||||
<param name="color-depth" type="text" title="Color depth">
|
||||
<param name="color-depth" type="enum" title="Color depth">
|
||||
<option value="8">256 color</option>
|
||||
<option value="16">Low color (16-bit)</option>
|
||||
<option value="24">True color (24-bit)</option>
|
||||
|
Reference in New Issue
Block a user