summaryrefslogtreecommitdiff
path: root/Sora/Views/MainView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-26 21:12:05 -0800
committerFuwn <[email protected]>2025-02-26 21:12:05 -0800
commit0bfca77163ee472883c848292ce0b0afed26043a (patch)
tree0d8c1167231d84e5fdf1798ca9f7b8461469a9fc /Sora/Views/MainView.swift
parentfeat: Development commit (diff)
downloadsora-testing-0bfca77163ee472883c848292ce0b0afed26043a.tar.xz
sora-testing-0bfca77163ee472883c848292ce0b0afed26043a.zip
feat: Development commit
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
+}