Audo update profile status within connect window
This commit is contained in:
parent
ac236d1646
commit
c97987828e
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ namespace Modals {
|
|||
setTimeout(() => {
|
||||
modal.htmlTag.find(".tab-profiles").parent(".entry").trigger('click');
|
||||
}, 100);
|
||||
modal.close_listener.push(() => {
|
||||
tag.find(".profile-select-container select").trigger('change');
|
||||
});
|
||||
return true;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue