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