From fa84cb50b4deb86e13a46bfceaaf78f2771e544b Mon Sep 17 00:00:00 2001 From: Lukasz Jagiello Date: Sat, 30 Sep 2023 19:28:47 -0700 Subject: [PATCH] Fix syntax --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index db26d0e..331f022 100644 --- a/main.go +++ b/main.go @@ -71,7 +71,7 @@ func launched(app appkit.Application, delegate *appkit.ApplicationDelegate) { // updates to the ui should happen on the main thread to avoid segfaults dispatch.MainQueue().DispatchAsync(func() { - item.Button().SetTitle(fmt.Sprintf("🌡️%.2f 💨 %d 💦 %d 🫧 %d", + item.Button().SetTitle(fmt.Sprintf("🌡️ %.2f 💨 %d 💦 %d 🫧 %d", temperature, airGradientMeasures[0].Pm02, airGradientMeasures[0].Rhum,