mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Show instructions only if the app is inactive
This commit is contained in:
parent
f8f6a49226
commit
ba6a907c47
1 changed files with 3 additions and 1 deletions
|
|
@ -186,7 +186,9 @@ extension ContentView: View {
|
|||
)
|
||||
}
|
||||
|
||||
HowToActivateView(isSheet: false)
|
||||
if !self.isEnabled {
|
||||
HowToActivateView(isSheet: false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue