Allow popover settings everywhere
This commit is contained in:
parent
f9da958047
commit
4985e69200
|
@ -217,9 +217,7 @@ struct DisplaySettingsView: View {
|
|||
.font(.scaledBody)
|
||||
}
|
||||
}
|
||||
#if targetEnvironment(macCatalyst)
|
||||
Toggle("settings.display.show-account-popover", isOn: $userPreferences.showAccountPopover)
|
||||
#endif
|
||||
}
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue