mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 19:05:03 +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)
|
#if os(iOS)
|
||||||
.environment(\.editMode, isEditMode ? .constant(.active) : .constant(.inactive))
|
.environment(\.editMode, isEditMode ? .constant(.active) : .constant(.inactive))
|
||||||
#endif
|
#endif
|
||||||
|
#if os(macOS)
|
||||||
|
.listStyle(.inset)
|
||||||
|
#endif
|
||||||
#if !os(tvOS)
|
#if !os(tvOS)
|
||||||
.navigationTitle(String(localized: "home.settings.title"))
|
.navigationTitle(String(localized: "home.settings.title"))
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user