Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pre validate service #727

Merged
merged 12 commits into from
Nov 21, 2024
Prev Previous commit
Next Next commit
chore: clean up code remove self.objectWillChange.send
  • Loading branch information
AkaShark committed Nov 19, 2024
commit e453b00e717977a9a48ba4e3e80e003794ae55a3
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private class ServiceItemViewModel: ObservableObject {
self.service.enabledQuery = true
EZLocalStorage.shared().setService(self.service, windowType: self.viewModel.windowType)
self.viewModel.postUpdateServiceNotification()
self.objectWillChange.send()
// self.objectWillChange.send()
AkaShark marked this conversation as resolved.
Show resolved Hide resolved
}
}
}
Expand Down