mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 09:37:40 +00:00
feat(mac): update comment
This commit is contained in:
parent
724136e480
commit
fdcb0bca15
1 changed files with 2 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue