Audo update profile status within connect window

This commit is contained in:
WolverinDEV 2018-12-28 15:55:22 +01:00
parent ac236d1646
commit c97987828e

View file

@ -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;
});