Browse Source

round displayed number to 2 decimal places

main
familyfriendlymikey 2 years ago
parent
commit
23a34cbcab
  1. 2
      app/client.imba

2
app/client.imba

@ -688,7 +688,7 @@ tag app
if m isnt no and m.toString! isnt state.query.trim!
<.side.right[c:blue3 fs:20px ml:10px w:unset]
@click=handle_click_copy(m)
> "= {m}"
> "= {Math.round(m * 100)/100}"
else
<.side.right @click.if(!loading)=toggle_settings>
<svg src="./assets/settings.svg">

Loading…
Cancel
Save