Add video command
This commit is contained in:
@ -4,9 +4,8 @@ struct InsertableItemsView: View {
|
||||
|
||||
var body: some View {
|
||||
HStack {
|
||||
Text("Commands")
|
||||
.font(.headline)
|
||||
InsertableView<InsertableImage>()
|
||||
InsertableView<InsertableVideo>()
|
||||
InsertableView<InsertableGallery>()
|
||||
InsertableView<InsertableLabels>()
|
||||
InsertableView<InsertableButtons>()
|
||||
|
Reference in New Issue
Block a user