Save Settings doesn't seem to be working. I made this test code to check if ReloadSettings is called when Save Settings is clicked:
def ReloadSettings(jsonData):
Parent.SendStreamMessage('ReloadSettings')
Init()
return
But no message is sent to the channel. The ReloadSettings function is called when the script is reloaded by clicking on Reload Scripts.
Save Settings doesn't seem to be working. I made this test code to check if ReloadSettings is called when Save Settings is clicked:
But no message is sent to the channel. The ReloadSettings function is called when the script is reloaded by clicking on Reload Scripts.