fix: update selected amount assignment in main page event handling

This commit is contained in:
MayaTheShy
2026-03-22 17:04:20 -04:00
parent d4a3b1cce9
commit 38727c5eeb

View File

@@ -400,7 +400,7 @@ local function buildMainPage()
return true
elseif event.type == 'amount_select' then
selectedAmount = event.amount
selectedAmount = event.button.amount
D.updateAmountButtons()
self:sync()
return true