diff options
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 9853cf4..718c177 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -24,7 +24,7 @@ struct PostGridView: View { WaterfallGrid(filteredPosts, id: \.id) { post in waterfallGridContent(post: post) } - .gridStyle(columns: settings.columns) + .gridStyle(columns: settings.thumbnailGridColumns) .padding(8) } .searchable(text: $manager.searchText, prompt: "Tags") |