mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Hide queue in details on macOS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user