Fix another inversion.

Took 6 minutes
This commit is contained in:
Lukas Brübach 2026-05-26 23:35:16 +02:00
parent f482f3160a
commit 4c292c6f84

View file

@ -99,7 +99,7 @@ void UtilityMenu::populatePredefinedTokensMenu()
void UtilityMenu::setLastToken(CardInfoPtr lastToken) void UtilityMenu::setLastToken(CardInfoPtr lastToken)
{ {
if (createAnotherTokenActionExists()) { if (!createAnotherTokenActionExists()) {
return; return;
} }