mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Add settings for selecting visible sections (fixes #16)
This commit is contained in:
@@ -176,7 +176,7 @@ struct SearchView: View {
|
||||
.navigationTitle("Search")
|
||||
#endif
|
||||
#if os(iOS)
|
||||
.navigationBarHidden(true)
|
||||
.navigationBarHidden(!Defaults[.visibleSections].isEmpty || navigationStyle == .sidebar)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user