First public release v2.3.1
This commit is contained in:
@@ -126,7 +126,12 @@ struct ChatView: View {
|
||||
)
|
||||
|
||||
// Footer
|
||||
FooterView(stats: viewModel.sessionStats)
|
||||
FooterView(
|
||||
stats: viewModel.sessionStats,
|
||||
conversationName: viewModel.currentConversationName,
|
||||
hasUnsavedChanges: viewModel.hasUnsavedChanges,
|
||||
onQuickSave: viewModel.quickSave
|
||||
)
|
||||
}
|
||||
.background(Color.oaiBackground)
|
||||
.sheet(isPresented: $viewModel.showShortcuts) {
|
||||
|
||||
Reference in New Issue
Block a user