Gesprächsvorschläge auch für Gespräch-Typ verfügbar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -141,7 +141,7 @@ struct AddMomentView: View {
|
|||||||
.padding(.horizontal, 20)
|
.padding(.horizontal, 20)
|
||||||
|
|
||||||
// KI-Gesprächsvorschläge (nur bei Treffen)
|
// KI-Gesprächsvorschläge (nur bei Treffen)
|
||||||
if selectedType == .meeting {
|
if selectedType == .meeting || selectedType == .conversation {
|
||||||
conversationSuggestionsSection
|
conversationSuggestionsSection
|
||||||
.transition(.opacity.combined(with: .move(edge: .top)))
|
.transition(.opacity.combined(with: .move(edge: .top)))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user