Skip to content

Commit

Permalink
optimize send page code to accomodate send modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirmorrison committed Oct 12, 2023
1 parent 1645455 commit da224aa
Show file tree
Hide file tree
Showing 8 changed files with 752 additions and 716 deletions.
2 changes: 1 addition & 1 deletion ui/page/components/receive_modal.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type ReceiveModal struct {
func NewReceiveModal(l *load.Load) *ReceiveModal {
rm := &ReceiveModal{
Load: l,
Modal: l.Theme.ModalFloatTitle(values.String(values.StrSettings)),
Modal: l.Theme.ModalFloatTitle(values.String(values.StrReceive)),
copyRedirect: l.Theme.NewClickable(false),
info: l.Theme.IconButton(cryptomaterial.MustIcon(widget.NewIcon(icons.ActionInfo))),
more: l.Theme.IconButton(l.Theme.Icons.NavigationMore),
Expand Down
Loading

0 comments on commit da224aa

Please sign in to comment.