From 23a34cbcab4bb6298b580763d9818561bed9438d Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Sun, 28 Aug 2022 15:30:12 -0400 Subject: [PATCH] round displayed number to 2 decimal places --- app/client.imba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client.imba b/app/client.imba index c2483bf..0dfb871 100644 --- a/app/client.imba +++ b/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>