mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 00:50:11 +01:00
Save settings after selecting persona
This commit is contained in:
parent
5b68a438f3
commit
8f118f140f
@ -4821,9 +4821,9 @@ export function setUserName(value) {
|
||||
function setUserAvatar() {
|
||||
user_avatar = $(this).attr("imgfile");
|
||||
reloadUserAvatar();
|
||||
saveSettingsDebounced();
|
||||
highlightSelectedAvatar();
|
||||
selectCurrentPersona();
|
||||
saveSettingsDebounced();
|
||||
$('.zoomed_avatar[forchar]').remove();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user