use CustomZapView

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-05-09 12:18:37 -04:00
parent a9a819f742
commit 5598cc8ba0
8 changed files with 49 additions and 23 deletions

View File

@@ -728,6 +728,10 @@ fn render_note_actionbar(
crate::show_pointer(ui);
}
if zap_resp.secondary_clicked() {
break 's Some(NoteAction::Zap(ZapAction::CustomizeAmount(target)));
}
if !zap_resp.clicked() {
break 's None;
}