Kodi Community Forum

Full Version: quick question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
just say I have
addDir()
addDir()
addDir()

but I want it to be
addDir
addDir
addDir
addDir <------- New Dir

but to only show if the addDir if
<setting id="use-account" type="bool" label="30200" default="false"/>
equals True

thanks in advance having a mental block
don't worry done it
if use_account == 'true':
addDir(