1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 23:40:35 +05:30

Fix opening channel from video details

This commit is contained in:
Arkadiusz Fal 2022-01-09 15:47:00 +01:00
parent a9ccd6b0f2
commit ca38133b1d

View File

@ -47,7 +47,7 @@ final class NavigationModel: ObservableObject {
recents: RecentsModel,
navigation: NavigationModel,
navigationStyle: NavigationStyle,
delay: Bool = false
delay: Bool = true
) {
let recent = RecentItem(from: channel)
#if os(macOS)