From 95fc7a59d1e3a194d56f8178ece6fa93ad5e7e65 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Jun 2023 13:04:59 +0300 Subject: [PATCH] macOS widgets --- macos/DashboardWidget/DashboardWidget.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/DashboardWidget/DashboardWidget.swift b/macos/DashboardWidget/DashboardWidget.swift index 73871a663..4ab7cc08e 100644 --- a/macos/DashboardWidget/DashboardWidget.swift +++ b/macos/DashboardWidget/DashboardWidget.swift @@ -34,7 +34,7 @@ struct Provider: IntentTimelineProvider { func getTimeline(for configuration: ConfigurationIntent, in context: Context, completion: @escaping (Timeline) -> ()) { - + print("## getTimeline") Task {