From 8258f2b892b761c4a6a5fd43f995c93859a64573 Mon Sep 17 00:00:00 2001 From: Index Date: Sat, 1 Jun 2024 19:38:17 -0500 Subject: [PATCH] curse you abbreviated currency icons --- resources/utils.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/utils.js b/resources/utils.js index 3f3ce85..061c6c4 100644 --- a/resources/utils.js +++ b/resources/utils.js @@ -205,6 +205,10 @@ export default { Result = Result.toFixed(2); } + if (IsIconAbbr) { + Icon = "$" + } + return { result: Result, display: Display,