mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Disable placeholder channel link
This commit is contained in:
@@ -74,6 +74,10 @@ final class NavigationModel: ObservableObject {
|
||||
navigationStyle: NavigationStyle,
|
||||
delay: Bool = true
|
||||
) {
|
||||
guard channel.id != Video.fixtureChannelID else {
|
||||
return
|
||||
}
|
||||
|
||||
let recent = RecentItem(from: channel)
|
||||
#if os(macOS)
|
||||
Windows.main.open()
|
||||
|
Reference in New Issue
Block a user