mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-05-28 01:29:00 +02:00
Fix creation sheet.
This commit is contained in:
@@ -62,14 +62,14 @@ struct ContentView<UpdaterType: UpdaterProtocol, AgentStatusCheckerType: AgentSt
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.sheet(isPresented: $showingCreation) {
|
||||||
|
CreateSecretView(showing: $showingCreation)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
NoStoresView()
|
NoStoresView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sheet(isPresented: $showingCreation) {
|
|
||||||
CreateSecretView(showing: $showingCreation)
|
|
||||||
}
|
|
||||||
.frame(minWidth: 640, minHeight: 320)
|
.frame(minWidth: 640, minHeight: 320)
|
||||||
.toolbar {
|
.toolbar {
|
||||||
updateNotice
|
updateNotice
|
||||||
|
|||||||
Reference in New Issue
Block a user