mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't prompt to create persona if replacing an image
This commit is contained in:
@@ -5187,7 +5187,7 @@ async function uploadUserAvatar(e) {
|
||||
reloadUserAvatar(true);
|
||||
}
|
||||
|
||||
if (data.path) {
|
||||
if (!name && data.path) {
|
||||
await getUserAvatars();
|
||||
await delay(500);
|
||||
await createPersona(data.path);
|
||||
|
Reference in New Issue
Block a user