mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
fix: fix build failure
This commit is contained in:
parent
103dc02919
commit
ba48c966a1
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ struct RuleView {
|
|||
@Binding var rule: OnDemandRule
|
||||
}
|
||||
|
||||
@MainActor
|
||||
extension RuleView: View {
|
||||
var body: some View {
|
||||
Form {
|
||||
|
|
|
|||
Loading…
Reference in a new issue