mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
[UserListDelegate] Transmit providerId in cmd when setting user banner card
This commit is contained in:
parent
4cbc00b9c4
commit
d786dec0c4
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue