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/SoraApp.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-0bfca77163ee472883c848292ce0b0afed26043a.tar.xz sora-testing-0bfca77163ee472883c848292ce0b0afed26043a.zip | |
feat: Development commit
Diffstat (limited to 'Sora/SoraApp.swift')
| -rw-r--r-- | Sora/SoraApp.swift | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Sora/SoraApp.swift b/Sora/SoraApp.swift index 12c8a24..12f614c 100644 --- a/Sora/SoraApp.swift +++ b/Sora/SoraApp.swift @@ -19,11 +19,3 @@ struct SoraApp: App { #endif } } - -#Preview { - MainView() - .environmentObject(Settings()) - #if os(macOS) - .frame(width: 736, height: 736) - #endif -} |