grc: change gain_mode type to int to allow switching at runtime

This commit is contained in:
Dimitri Stolnikov 2012-05-19 22:26:25 +02:00
parent 6bef750ac9
commit 8c0be96215
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ PARAMS_TMPL = """
<param>
<name>Ch$(n): Gain Mode</name>
<key>gain_mode$(n)</key>
<value></value>
<type>enum</type>
<value>0</value>
<type>int</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
<option>
<name>Manual</name>