Small feature changes and bug fixes
This commit is contained in:
@@ -60,7 +60,7 @@ struct ContentView: View {
|
||||
.sheet(isPresented: $vm.showSettings, onDismiss: {
|
||||
chatViewModel.syncFromSettings()
|
||||
}) {
|
||||
SettingsView()
|
||||
SettingsView(chatViewModel: chatViewModel)
|
||||
}
|
||||
.sheet(isPresented: $vm.showStats) {
|
||||
StatsView(
|
||||
|
||||
Reference in New Issue
Block a user