mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix close button in Playback settings on macOS
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user