mirror of
https://github.com/yattee/yattee.git
synced 2026-01-18 09:42:33 +00:00
Show recent channels/playlists in search in tab navigation
This commit is contained in:
@@ -88,6 +88,6 @@ struct RecentNavigationLink<DestinationContent: View>: View {
|
||||
}
|
||||
|
||||
var labelSystemImage: String {
|
||||
systemImage != nil ? systemImage! : AppSidebarNavigation.symbolSystemImage(recent.title)
|
||||
systemImage != nil ? systemImage! : RecentsModel.symbolSystemImage(recent.title)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user