Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ljagiello committed Oct 1, 2023
1 parent 1768b06 commit fa84cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa84cb5

Please sign in to comment.