Save settings after selecting persona

This commit is contained in:
Cohee 2023-10-23 23:22:25 +03:00
parent 5b68a438f3
commit 8f118f140f
1 changed files with 1 additions and 1 deletions

View File

@ -4821,9 +4821,9 @@ export function setUserName(value) {
function setUserAvatar() {
user_avatar = $(this).attr("imgfile");
reloadUserAvatar();
saveSettingsDebounced();
highlightSelectedAvatar();
selectCurrentPersona();
saveSettingsDebounced();
$('.zoomed_avatar[forchar]').remove();
}