Skip to content

Commit

Permalink
Add ObservableObject to ConnectedDeviceSetting
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 30, 2023
1 parent 1f775ac commit 9380007
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 {
final class ConnectedDeviceSetting: Identifiable, ObservableObject {
private var didSetEnabled = false

var id = UUID()
Expand Down

0 comments on commit 9380007

Please sign in to comment.