mirror of
https://github.com/yattee/yattee.git
synced 2025-04-26 16:46:29 +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: {
|
||||||
Label("Close", systemImage: "xmark")
|
Label("Close", systemImage: "xmark")
|
||||||
.imageScale(.large)
|
|
||||||
.padding(.vertical)
|
|
||||||
|
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
.labelStyle(.iconOnly)
|
.labelStyle(.iconOnly)
|
||||||
.frame(maxWidth: 50, alignment: .leading)
|
.frame(maxWidth: 50, alignment: .leading)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user