[UserListDelegate] Transmit providerId in cmd when setting user banner card

This commit is contained in:
Lukas Brübach 2026-06-27 14:07:47 -04:00
parent 4cbc00b9c4
commit d786dec0c4

View file

@ -335,6 +335,7 @@ void UserInfoBox::actBannerCard()
Command_SetCardArtParams cmd;
cmd.set_card_name(p.cardName.toStdString());
if (!p.cardName.isEmpty()) {
cmd.set_card_provider_id(p.cardProviderId.toStdString());
cmd.set_margin_pct_l(p.marginPctL);
cmd.set_margin_pct_r(p.marginPctR);
cmd.set_vertical_offset(p.verticalOffset);