Update avatar title format

49c1ee1373922806452695fc6f01a6fa4d0531b7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/templates/welcomePanel.html+1 -1
@@ -44,7 +44,7 @@
44 {{#each chats}}44 {{#each chats}}
45 {{#with this}}45 {{#with this}}
46 <div class="recentChat {{#if hidden}}hidden{{/if}} {{#if is_group}}group{{/if}}" data-file="{{chat_name}}" data-avatar="{{avatar}}" data-group="{{group}}">46 <div class="recentChat {{#if hidden}}hidden{{/if}} {{#if is_group}}group{{/if}}" data-file="{{chat_name}}" data-avatar="{{avatar}}" data-group="{{group}}">
47 <div class="avatar" title="{{char_name}}">47 <div class="avatar" title="[Character] {{char_name}}&#10;File: {{avatar}}">
48 <img src="{{char_thumbnail}}" alt="{{char_name}}">48 <img src="{{char_thumbnail}}" alt="{{char_name}}">
49 </div>49 </div>
50 <div class="recentChatInfo">50 <div class="recentChatInfo">