ux(rmenus): Add auto-swap where possible.

This commit is contained in:
2023-09-26 06:57:35 +03:00
parent 7867bdee50
commit f16fddb635
2 changed files with 246 additions and 197 deletions

View File

@@ -209,6 +209,9 @@ class EconomyData(Registry, name='economy'):
]
# Execute refund transactions
return await cls.execute_transactions(*records)
else:
return []
class ShopTransaction(RowModel):
"""