mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Fix missing animation loading non-ready profile
When there is no initial active profile.
This commit is contained in:
parent
19886c2314
commit
abb23e8234
@ -62,7 +62,7 @@ struct ProfileView: View {
|
||||
var body: some View {
|
||||
debugChanges()
|
||||
return Group {
|
||||
if isExisting {
|
||||
if isLoading || isExisting {
|
||||
mainView
|
||||
} else {
|
||||
WelcomeView()
|
||||
|
Loading…
Reference in New Issue
Block a user