forked from shadowfacts/Tusker
parent
7763d08816
commit
2e21742264
|
@ -231,6 +231,7 @@ struct ComposeView: View {
|
||||||
} label: {
|
} label: {
|
||||||
Text("Post")
|
Text("Post")
|
||||||
}
|
}
|
||||||
|
.keyboardShortcut(.return, modifiers: .command)
|
||||||
.disabled(!postButtonEnabled)
|
.disabled(!postButtonEnabled)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue