From ba48c966a1097b4da5a962e7c33a33f25163e240 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:36:57 +0900 Subject: [PATCH] fix: fix build failure --- DNSecure/Views/RuleView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/DNSecure/Views/RuleView.swift b/DNSecure/Views/RuleView.swift index b23bc3c..72dbe7d 100644 --- a/DNSecure/Views/RuleView.swift +++ b/DNSecure/Views/RuleView.swift @@ -12,6 +12,7 @@ struct RuleView { @Binding var rule: OnDemandRule } +@MainActor extension RuleView: View { var body: some View { Form {