mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Apply inset list style to Home settings on macOS
This commit is contained in:
@@ -43,6 +43,9 @@ struct HomeSettingsView: View {
|
||||
#if os(iOS)
|
||||
.environment(\.editMode, isEditMode ? .constant(.active) : .constant(.inactive))
|
||||
#endif
|
||||
#if os(macOS)
|
||||
.listStyle(.inset)
|
||||
#endif
|
||||
#if !os(tvOS)
|
||||
.navigationTitle(String(localized: "home.settings.title"))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user