mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Player bar visibility modes and settings
This commit is contained in:
@@ -20,7 +20,7 @@ struct ChannelCell: View {
|
||||
}
|
||||
|
||||
var navigationLink: some View {
|
||||
NavigationLink(destination: ChannelVideosView(channel: channel).modifier(PlayerOverlayModifier())) {
|
||||
NavigationLink(destination: ChannelVideosView(channel: channel)) {
|
||||
labelContent
|
||||
}
|
||||
}
|
||||
|
@@ -41,6 +41,7 @@ struct ChannelLinkView<ChannelLabel: View>: View {
|
||||
@ViewBuilder private var channelNavigationLink: some View {
|
||||
NavigationLink(destination: ChannelVideosView(channel: channel)) {
|
||||
channelLabel
|
||||
.lineLimit(1)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user