mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix build issue
This commit is contained in:
parent
959fb0d1fc
commit
0f43efef6f
@ -110,10 +110,10 @@ struct AdvancedSettings: View {
|
|||||||
Image(systemName: "link")
|
Image(systemName: "link")
|
||||||
}
|
}
|
||||||
.font(.footnote)
|
.font(.footnote)
|
||||||
#endif
|
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
.onHover(perform: onHover(_:))
|
.onHover(perform: onHover(_:))
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
}.frame(minWidth: 140, alignment: .leading)
|
}.frame(minWidth: 140, alignment: .leading)
|
||||||
|
|
||||||
TextField("cache-pause-wait", text: $mpvCachePauseWait)
|
TextField("cache-pause-wait", text: $mpvCachePauseWait)
|
||||||
|
Loading…
Reference in New Issue
Block a user