mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Use user-selected accent color for Play button tint on macOS
This commit is contained in:
@@ -1140,7 +1140,7 @@ struct VideoInfoView: View {
|
|||||||
action: playVideo
|
action: playVideo
|
||||||
)
|
)
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
.tint(.accentColor)
|
.tint(accentColor)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Download button
|
// Download button
|
||||||
|
|||||||
Reference in New Issue
Block a user