Skip to content

Commit

Permalink
Merge pull request #197 from nightscout/widgetURLstring
Browse files Browse the repository at this point in the history
LiveActivity.swift: widget URL string "Trio://"
  • Loading branch information
MikePlante1 authored May 18, 2024
2 parents 4242168 + 1ed164e commit 5e51344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiveActivity/LiveActivity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ struct LiveActivity: Widget {
label.fontWidth(.compressed)
}
}
.widgetURL(URL(string: "freeaps-x://"))
.widgetURL(URL(string: "Trio://"))
.keylineTint(Color.purple)
.contentMargins(.horizontal, 0, for: .minimal)
.contentMargins(.trailing, 0, for: .compactLeading)
Expand Down

0 comments on commit 5e51344

Please sign in to comment.