mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 00:25:35 +00:00
Allow text connect
This commit is contained in:
parent
49a5c6a56a
commit
07af494dcb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ struct PostIntent: AppIntent {
|
|||
}
|
||||
static let openAppWhenRun: Bool = true
|
||||
|
||||
@Parameter(title: "Post content")
|
||||
@Parameter(title: "Post content", inputConnectionBehavior: .connectToPreviousIntentResult)
|
||||
var content: String?
|
||||
|
||||
func perform() async throws -> some IntentResult {
|
||||
|
|
Loading…
Reference in a new issue