Issue #9: Store DNS profile, if none available, yet, so user has something to select.

This commit is contained in:
Benjamin Erhart 2026-05-29 15:52:26 +02:00
parent 587adf39b4
commit 19b9b2a95d

View file

@ -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 { Task {