mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 22:49:10 +00:00
Enforce .sidebar on Mac
Drops annoying side inset.
This commit is contained in:
parent
f752594d3c
commit
b768284197
@ -91,17 +91,13 @@ extension View {
|
||||
|
||||
@ViewBuilder
|
||||
private func themeSidebarListStyle() -> some View {
|
||||
#if targetEnvironment(macCatalyst)
|
||||
self
|
||||
#else
|
||||
switch themeIdiom {
|
||||
case .pad:
|
||||
listStyle(.sidebar)
|
||||
case .phone:
|
||||
listStyle(.insetGrouped)
|
||||
|
||||
default:
|
||||
listStyle(.insetGrouped)
|
||||
listStyle(.sidebar)
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
|
Loading…
Reference in New Issue
Block a user