Skip to content

Commit

Permalink
Use main menu search icon
Browse files Browse the repository at this point in the history
Instead of a subject to confusion Q
  • Loading branch information
Athozus committed Mar 24, 2024
1 parent 1dde409 commit e516fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/inbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function mail.show_inbox(name, sortfieldindex, sortdirection, filter)
dropdown[2.0,9.5;2,0.5;sortdirection;]] ..
S("Ascending") .. "," .. S("Descending") .. [[;]] .. sortdirection .. [[;true]
field[4.25,9.95;1.4,0.5;filter;]] .. S("Filter") .. [[:;]] .. filter .. [[]
button[5.14,9.62;0.85,0.5;search;Q]
image_button[5.14,9.5;0.85,0.85;search.png;search;]
checkbox[0,10.1;multipleselection;]] .. S("Allow multiple selection") .. [[;]] ..
tostring(mail.selected_idxs.multipleselection[name]) .. [[]
Expand Down
2 changes: 1 addition & 1 deletion ui/outbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function mail.show_outbox(name, sortfieldindex, sortdirection, filter)
dropdown[2.0,9.5;2,0.5;sortdirection;]] ..
S("Ascending") .. "," .. S("Descending") .. [[;]] .. sortdirection .. [[;true]
field[4.25,9.95;1.4,0.5;filter;]] .. S("Filter") .. [[:;]] .. filter .. [[]
button[5.14,9.62;0.85,0.5;search;Q]
image_button[5.14,9.5;0.85,0.85;search.png;search;]
checkbox[0,10.1;multipleselection;]] .. S("Allow multiple selection") .. [[;]] ..
tostring(mail.selected_idxs.multipleselection[name]) .. [[]
Expand Down

0 comments on commit e516fe0

Please sign in to comment.