mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc-addon-settings: fix 'disable password auth' visibility
This commit is contained in:
parent
bf4c3f76d7
commit
6798ed16ae
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user