1
0
forked from GRIN/grim

Goblin Build 119 - paste npub in Send-to (issue #1)

This commit is contained in:
2ro
2026-07-02 09:56:40 -04:00
parent ebe5bc94eb
commit 3a3cf8fdb0
+1
View File
@@ -424,6 +424,7 @@ impl SendFlow {
.hint_text(t!("goblin.send.search_hint"))
.text_color(t.surface_text)
.body()
.paste()
.scan_qr();
te.ui(ui, &mut search, cb);
// scan_qr() already starts the camera on tap.