mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
xbmc-addon-settings: fix 'disable password auth' visibility
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user