This commit is contained in:
Thomas Ricouard 2024-01-04 14:08:24 +01:00
parent 3a3cae21b0
commit 6e9bff575d

View file

@ -105,6 +105,7 @@ struct StatusRowContextMenu: View {
.environment(SceneDelegate())
.environment(quickLook)
.environment(viewModel.client)
.environment(RouterPath())
.preferredColorScheme(Theme.shared.selectedScheme == .dark ? .dark : .light)
.foregroundColor(Theme.shared.labelColor)
.background(Theme.shared.primaryBackgroundColor)