Split Favorite Friends

This commit is contained in:
Natsumi
2025-01-26 07:33:37 +13:00
parent acf62b138b
commit 8b302cae20
6 changed files with 157 additions and 51 deletions

View File

@@ -326,7 +326,8 @@ export default class extends baseClass {
),
type: 'success'
});
return args;
// load new group name
API.refreshFavoriteGroups();
});
}
}