Bool value in settings
#1
Hi guys Big Grin
Is there a way for me to get a value of a bool value in settings of a addon? Like 
Something = getSettings(boolhere) 
Thanks Smile
Reply
#2
you have to convert it from string to bool, i.e.

bSetting = bool(strtobool(str(__addon__.getSetting('mysetting').title())))
Reply

Logout Mark Read Team Forum Stats Members Help
Bool value in settings0