Expand checkpoint tooltip to contain name

This commit is contained in:
Wolfsblvt
2024-09-08 00:20:56 +02:00
parent 3217087b0b
commit 6c94297724
3 changed files with 6 additions and 2 deletions

View File

@@ -2102,6 +2102,7 @@ function getMessageFromTemplate({
tokenCount && mes.find('.tokenCounterDisplay').text(`${tokenCount}t`);
title && mes.attr('title', title);
timerValue && mes.find('.mes_timer').attr('title', timerTitle).text(timerValue);
bookmarkLink && mes.find('.mes_bookmark').attr('title', `Checkpoint\n${bookmarkLink}\n\n${mes.find('.mes_bookmark').data('tooltip')}`);
if (power_user.timestamp_model_icon && extra?.api) {
insertSVGIcon(mes, extra);