fix(ui): Tie selection

Added !
This commit is contained in:
LQ63
2026-01-13 14:40:00 +01:00
parent 7829b35211
commit 5f30b9f739

View File

@@ -21,7 +21,7 @@ function getCardImagePath(cardPath: string) {
function selectTie(tieIndex: number) { function selectTie(tieIndex: number) {
wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then( wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then(
$q.notify({ $q.notify({
message: "You've successfully picked your tieCard", message: "You've successfully picked your tieCard!",
color: "positive", color: "positive",
position: "top" position: "top"
}) })