diff --git a/Apple/UI/BurrowView.swift b/Apple/UI/BurrowView.swift index e595475..b075279 100644 --- a/Apple/UI/BurrowView.swift +++ b/Apple/UI/BurrowView.swift @@ -399,7 +399,9 @@ private struct ConfigurationSheetView: View { } } } + #if os(macOS) .frame(minWidth: 520, minHeight: 620) + #endif .onAppear { runAutomationIfNeeded() }