Merge #1594: Add backup icon to transactions export
954d0a0be5215b16811c4658a745897606783c9b Add backup icon to transactions export (edouardparis) Pull request description: close #1529 ACKs for top commit: edouardparis: Self-ACK 954d0a0be5215b16811c4658a745897606783c9b Tree-SHA512: 5f16788961a13108f094595bc783cbebeb51b099665e8e2ab05b66f41d7fec5607d95e5e74b6e6205e247e917e336a46665f97a3222a574c1cf7eea1a0981704
This commit is contained in:
commit
e99b1f85e3
@ -45,7 +45,7 @@ pub fn transactions_view<'a>(
|
||||
.push(Container::new(h3("Transactions")))
|
||||
.push(Space::with_width(Length::Fill))
|
||||
.push(
|
||||
button::secondary(None, "Export")
|
||||
button::secondary(Some(icon::backup_icon()), "Export")
|
||||
.on_press(ImportExportMessage::Open.into()),
|
||||
),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user