For MacOS app
var body: some View { SettingsView(viewModel: viewModel) .toolbar(removing: .sidebarToggle) .toolbar(.hidden, for: .automatic) }