Skip to content

Commit

Permalink
Remove ObservableObject from ConnectedDeviceSetting
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jul 21, 2024
1 parent e72a1d9 commit 2be40cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

extension LibKrbn {
final class ConnectedDeviceSetting: Identifiable, Equatable, ObservableObject {
final class ConnectedDeviceSetting: Identifiable, Equatable {
private var didSetEnabled = false

var id = UUID()
Expand Down

0 comments on commit 2be40cb

Please sign in to comment.