I like to show/hide a Tab in my settings if a dropdown has a specific value to hide unnecessary settings from the plugin user. I implemented it like this but actually asked me how can I execute the function of the setting is changed. Actually it will be executed on startup but not if I change the dropdown value. I am sure for a Knockout expert it is very easy to tell me what I have to add. From my understanding there must be an observable that will trigger the function but...