Hide queue in details on macOS

This commit is contained in:
Arkadiusz Fal
2021-10-23 14:24:00 +02:00
parent cf0975d8bf
commit e64a520d5e
2 changed files with 6 additions and 10 deletions

View File

@@ -87,9 +87,11 @@ struct VideoDetails: View {
}
}
.onAppear {
if video.isNil {
currentPage = .queue
}
#if !os(macOS)
if video.isNil {
currentPage = .queue
}
#endif
guard video != nil, accounts.app.supportsSubscriptions else {
subscribed = false