mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add a hint for quick reply slots.
This commit is contained in:
@@ -3681,7 +3681,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hotswap_template" class="template_element">
|
<div id="hotswap_template" class="template_element">
|
||||||
<div class="hotswapAvatar">
|
<div class="hotswapAvatar" title="Add a character/group to favorites to display it here!">
|
||||||
<img src="/img/ai4.png">
|
<img src="/img/ai4.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -380,6 +380,7 @@ export async function favsToHotswap() {
|
|||||||
thisHotSwapSlot.attr('grid', isGroup ? grid : '');
|
thisHotSwapSlot.attr('grid', isGroup ? grid : '');
|
||||||
thisHotSwapSlot.attr('chid', isCharacter ? chid : '');
|
thisHotSwapSlot.attr('chid', isCharacter ? chid : '');
|
||||||
thisHotSwapSlot.data('id', isGroup ? grid : chid);
|
thisHotSwapSlot.data('id', isGroup ? grid : chid);
|
||||||
|
thisHotSwapSlot.attr('title', '');
|
||||||
|
|
||||||
if (isGroup) {
|
if (isGroup) {
|
||||||
const group = groups.find(x => x.id === grid);
|
const group = groups.find(x => x.id === grid);
|
||||||
|
Reference in New Issue
Block a user