diff options
| author | Fuwn <[email protected]> | 2025-02-22 00:37:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 00:37:31 -0800 |
| commit | 86744226b1f423742fc9663300bd0e322807a1ee (patch) | |
| tree | 5455e957ca768fbbbaada05356340067a7dbcc21 /Sora/Views/MainView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-86744226b1f423742fc9663300bd0e322807a1ee.tar.xz sora-testing-86744226b1f423742fc9663300bd0e322807a1ee.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/MainView.swift')
| -rw-r--r-- | Sora/Views/MainView.swift | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Sora/Views/MainView.swift b/Sora/Views/MainView.swift index 79ac1a3..3a47038 100644 --- a/Sora/Views/MainView.swift +++ b/Sora/Views/MainView.swift @@ -15,8 +15,7 @@ struct MainView: View { .onAppear(perform: initialiseManager) } - @ViewBuilder - private var platformSpecificContent: some View { + @ViewBuilder private var platformSpecificContent: some View { #if os(macOS) ContentView() #else |