mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix close button in Playback settings on macOS
This commit is contained in:
parent
9db5fb0de7
commit
f25005536c
@ -37,9 +37,6 @@ struct PlaybackSettings: View {
|
||||
}
|
||||
} label: {
|
||||
Label("Close", systemImage: "xmark")
|
||||
.imageScale(.large)
|
||||
.padding(.vertical)
|
||||
|
||||
#if os(iOS)
|
||||
.labelStyle(.iconOnly)
|
||||
.frame(maxWidth: 50, alignment: .leading)
|
||||
|
Loading…
Reference in New Issue
Block a user