summaryrefslogtreecommitdiff
path: root/Sora/Views/MainView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/MainView.swift')
-rw-r--r--Sora/Views/MainView.swift8
1 files changed, 8 insertions, 0 deletions
diff --git a/Sora/Views/MainView.swift b/Sora/Views/MainView.swift
index 3397f15..2e1ab2e 100644
--- a/Sora/Views/MainView.swift
+++ b/Sora/Views/MainView.swift
@@ -83,3 +83,11 @@ struct MainView: View {
}
}
}
+
+#Preview {
+ MainView()
+ .environmentObject(Settings())
+ #if os(macOS)
+ .frame(width: 736, height: 736)
+ #endif
+}