Fix iOS config sheet width

This commit is contained in:
Conrad Kramer 2026-03-31 13:46:11 -07:00
parent 36a54628ba
commit 2f69987742

View file

@ -399,7 +399,9 @@ private struct ConfigurationSheetView: View {
} }
} }
} }
#if os(macOS)
.frame(minWidth: 520, minHeight: 620) .frame(minWidth: 520, minHeight: 620)
#endif
.onAppear { .onAppear {
runAutomationIfNeeded() runAutomationIfNeeded()
} }