mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update avatar title format
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
{{#each chats}}
|
||||
{{#with this}}
|
||||
<div class="recentChat {{#if hidden}}hidden{{/if}} {{#if is_group}}group{{/if}}" data-file="{{chat_name}}" data-avatar="{{avatar}}" data-group="{{group}}">
|
||||
<div class="avatar" title="{{char_name}}">
|
||||
<div class="avatar" title="[Character] {{char_name}} File: {{avatar}}">
|
||||
<img src="{{char_thumbnail}}" alt="{{char_name}}">
|
||||
</div>
|
||||
<div class="recentChatInfo">
|
||||
|
Reference in New Issue
Block a user