From fdcb0bca1503ca480552e2c4cd0ad34f54a6c9db Mon Sep 17 00:00:00 2001 From: Shawn Schantz Date: Mon, 27 Jul 2026 19:24:45 -0400 Subject: [PATCH] feat(mac): update comment --- mac/Config/Installation/InstallationContainer.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mac/Config/Installation/InstallationContainer.swift b/mac/Config/Installation/InstallationContainer.swift index b9a88355f4..d077ebd343 100644 --- a/mac/Config/Installation/InstallationContainer.swift +++ b/mac/Config/Installation/InstallationContainer.swift @@ -235,9 +235,8 @@ public class InstallationContainer : ObservableObject { /** * Marks the specified task as completed and saves it to the UserDefaults. - * Note that this actually creates a copy of the InstallationState object and updates the property here - * and in InstallationCheck with the new reference. The new object is necessary because - * the property is published, and we want SwiftUI to notify observers. + * Note that this actually creates a copy of the InstallationState object and updates + * the property in InstallationCheck with the new reference. */ public func updateTaskAsCompleted(taskType: InstallationTaskType) { print("executeTask: \(taskType.rawValue) completed")