diff options
| author | Fuwn <[email protected]> | 2025-02-26 21:12:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-26 21:12:05 -0800 |
| commit | 0bfca77163ee472883c848292ce0b0afed26043a (patch) | |
| tree | 0d8c1167231d84e5fdf1798ca9f7b8461469a9fc /Sora/Views/MainView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-0bfca77163ee472883c848292ce0b0afed26043a.tar.xz sora-testing-0bfca77163ee472883c848292ce0b0afed26043a.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/MainView.swift')
| -rw-r--r-- | Sora/Views/MainView.swift | 8 |
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 +} |