mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
UI improvements
This commit is contained in:
@@ -55,6 +55,12 @@ struct SettingsView: View {
|
||||
List {
|
||||
#if os(tvOS)
|
||||
AccountSelectionView()
|
||||
|
||||
Section(header: SettingsHeader(text: "Favorites")) {
|
||||
NavigationLink("Edit favorites...") {
|
||||
EditFavorites()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
InstancesSettings()
|
||||
BrowsingSettings()
|
||||
|
Reference in New Issue
Block a user