diff options
| author | Fuwn <[email protected]> | 2025-06-28 07:00:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-28 07:00:35 -0700 |
| commit | 4f34ad73529d4e7bb68e41fa70608c1a18294ea0 (patch) | |
| tree | cb52453ef74bb37cd3559a4afb26e5f0a3e92925 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-4f34ad73529d4e7bb68e41fa70608c1a18294ea0.tar.xz sora-testing-4f34ad73529d4e7bb68e41fa70608c1a18294ea0.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/Post/Details/Carousel/PostDetailsCarouselView.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Sora/Views/Post/Details/Carousel/PostDetailsCarouselView.swift b/Sora/Views/Post/Details/Carousel/PostDetailsCarouselView.swift index bb14d97..85208ca 100644 --- a/Sora/Views/Post/Details/Carousel/PostDetailsCarouselView.swift +++ b/Sora/Views/Post/Details/Carousel/PostDetailsCarouselView.swift @@ -72,9 +72,6 @@ struct PostDetailsCarouselView: View { preloadNearbyImages() } .onAppear(perform: preloadNearbyImages) - // #if !os(macOS) - // .tabViewStyle(PageTabViewStyle(indexDisplayMode: .never)) - // #endif } private func preloadNearbyImages() { |