Step 3 + Review

This commit is contained in:
Tyler Yust
2026-01-19 18:39:56 -08:00
committed by Peter Steinberger
parent e9d691d472
commit 7870ce8177
11 changed files with 1462 additions and 17 deletions

View File

@@ -340,6 +340,7 @@ struct CronJobEditor: View {
Text("slack").tag(GatewayAgentChannel.slack)
Text("signal").tag(GatewayAgentChannel.signal)
Text("imessage").tag(GatewayAgentChannel.imessage)
Text("bluebubbles").tag(GatewayAgentChannel.bluebubbles)
}
.labelsHidden()
.pickerStyle(.segmented)