Add a hint for quick reply slots.

This commit is contained in:
Cohee
2023-08-08 20:57:23 +03:00
parent e343f2461d
commit 7c6429a577
2 changed files with 2 additions and 1 deletions

View File

@@ -380,6 +380,7 @@ export async function favsToHotswap() {
thisHotSwapSlot.attr('grid', isGroup ? grid : '');
thisHotSwapSlot.attr('chid', isCharacter ? chid : '');
thisHotSwapSlot.data('id', isGroup ? grid : chid);
thisHotSwapSlot.attr('title', '');
if (isGroup) {
const group = groups.find(x => x.id === grid);