xbmc-addon-settings: fix 'disable password auth' visibility

This commit is contained in:
Stefan Saraev 2012-08-15 20:27:03 +03:00
parent bf4c3f76d7
commit 6798ed16ae

View File

@ -73,6 +73,6 @@
<setting label="5020" type="lsep"/>
<setting type="sep" />
<setting id="SSHD_START" type="bool" label="5021" default="false" />
<setting id="SSHD_DISABLE_PW_AUTH" type="bool" label="5022" default="false" />
<setting id="SSHD_DISABLE_PW_AUTH" type="bool" label="5022" default="false" visible="eq(-1,true)"/>
</category>
</settings>