Merge pull request #2863 from SillyTavern/unify-user-avatar

Unify default user avatars
This commit is contained in:
Cohee
2024-09-17 21:47:37 +03:00
committed by GitHub
6 changed files with 10 additions and 11 deletions

View File

@ -510,6 +510,7 @@ let saveCharactersPage = 0;
export const default_avatar = 'img/ai4.png';
export const system_avatar = 'img/five.png';
export const comment_avatar = 'img/quill.png';
export const default_user_avatar = 'img/user-default.png';
export let CLIENT_VERSION = 'SillyTavern:UNKNOWN:Cohee#1207'; // For Horde header
let optionsPopper = Popper.createPopper(document.getElementById('options_button'), document.getElementById('options'), {
placement: 'top-start',