mirror of
https://github.com/yattee/yattee.git
synced 2026-01-15 08:12:34 +00:00
Player layout changes
This commit is contained in:
@@ -35,4 +35,12 @@ struct Constants {
|
||||
6
|
||||
#endif
|
||||
}
|
||||
|
||||
static var descriptionVisibility: Bool {
|
||||
#if os(iOS)
|
||||
false
|
||||
#else
|
||||
true
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user