From 1ed164e30d627d7cf3406157d397395d36854d20 Mon Sep 17 00:00:00 2001 From: bjornoleh <63544115+bjornoleh@users.noreply.github.com> Date: Wed, 15 May 2024 23:56:59 +0200 Subject: [PATCH] LiveActivity.swift: widget URL string "Trio://" --- LiveActivity/LiveActivity.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiveActivity/LiveActivity.swift b/LiveActivity/LiveActivity.swift index 225e8eac7..44904283b 100644 --- a/LiveActivity/LiveActivity.swift +++ b/LiveActivity/LiveActivity.swift @@ -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)