From c302f18123def90bb8edd6e9909eeeb5032fe6e6 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Sat, 8 Apr 2023 08:15:20 -0300 Subject: [PATCH] =?UTF-8?q?Update=20PyBL=C3=98CK=20Widget.scriptable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyBLØCK Widget.scriptable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBLØCK Widget.scriptable b/PyBLØCK Widget.scriptable index fd87ee5..96c911c 100644 --- a/PyBLØCK Widget.scriptable +++ b/PyBLØCK Widget.scriptable @@ -101,7 +101,7 @@ async function createWidget() pr.font = Font.boldSystemFont(13); pr.textColor = new Color("#EEEEEE") - let ms = listwidget.addText(psats + " Șats = 1 $"); + let ms = listwidget.addText(psats + " 丰 = 1 $"); ms.centerAlignText(); ms.font = Font.boldSystemFont(22); ms.textColor = new Color("#0aff17")