mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add video description expanding
This commit is contained in:
@@ -13,6 +13,14 @@ struct Constants {
|
||||
#endif
|
||||
}
|
||||
|
||||
static var isIPad: Bool {
|
||||
#if os(iOS)
|
||||
UIDevice.current.userInterfaceIdiom == .pad
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
}
|
||||
|
||||
static var progressViewScale: Double {
|
||||
#if os(macOS)
|
||||
0.4
|
||||
|
Reference in New Issue
Block a user