mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #2863 from SillyTavern/unify-user-avatar
Unify default user avatars
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user