chore: release version v1.66.15

This commit is contained in:
Dmitry Popov
2025-06-08 11:03:13 +02:00
parent 4093f28cee
commit 27b5694885
2 changed files with 11 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ export const Characters = ({ data }: CharactersProps) => {
['border-lime-600/70']: character.online,
},
)}
title={character.name}
title={character.tracking_paused ? `${character.name} - Tracking Paused (click to resume)` : character.name}
>
{character.tracking_paused && (
<>