Use options from dialog.

Took 39 seconds
This commit is contained in:
Lukas Brübach 2026-05-26 23:27:44 +02:00
parent 97e4d03776
commit f482f3160a

View file

@ -147,7 +147,7 @@ void PlayerDialogs::onMoveTopCardsUntilDialogRequested(MoveTopCardsUntilOptions
if (!dlg.exec()) { if (!dlg.exec()) {
return; return;
} }
playerActions->moveTopCardsUntil(dlg.getExpr(), options); playerActions->moveTopCardsUntil(dlg.getExpr(), dlg.getOptions());
} }
void PlayerDialogs::onMoveBottomCardsToDialogRequested(int defaultNumberBottomCards, void PlayerDialogs::onMoveBottomCardsToDialogRequested(int defaultNumberBottomCards,