mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Refactor
This commit is contained in:
parent
1ea5e014f3
commit
18edb76ead
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import SwiftUI
|
|||
|
||||
struct HowToActivateView {
|
||||
@Environment(\.presentationMode) private var presentationMode
|
||||
@State var isSheet: Bool
|
||||
let isSheet: Bool
|
||||
}
|
||||
|
||||
extension HowToActivateView: View {
|
||||
|
|
|
|||
Loading…
Reference in a new issue