Issue #9: Store DNS profile, if none available, yet, so user has something to select.
This commit is contained in:
parent
587adf39b4
commit
19b9b2a95d
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ class ViewModel: NSObject, ObservableObject {
|
|||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
// Trigger `blocklist.didSet` to store right away, so user has something to select.
|
||||
blocklist = blocklist
|
||||
}
|
||||
}
|
||||
|
||||
Task {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue