mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 09:28:15 +00:00
Video details toolbar and inspector settings
This commit is contained in:
@@ -75,7 +75,7 @@ struct InspectorView: View {
|
||||
Text(detail)
|
||||
.foregroundColor(.secondary)
|
||||
Spacer()
|
||||
let value = Text(value)
|
||||
let value = Text(value).lineLimit(1)
|
||||
if #available(iOS 15.0, macOS 12.0, *) {
|
||||
value
|
||||
#if !os(tvOS)
|
||||
|
Reference in New Issue
Block a user